diff options
author | Andrey Grozin <grozin@gentoo.org> | 2015-11-27 18:09:59 +0600 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2015-11-27 18:11:36 +0600 |
commit | ad0a006bbf3a9460f3c3d74190e763bd3fcea1af (patch) | |
tree | b2b8b83cc63b40652eea24e90915550d667ac2a8 /sci-mathematics/maxima/files | |
parent | dev-ros/visp_tracker: add missing usedep on visp[opencv]; bug #566860 (diff) | |
download | gentoo-ad0a006bbf3a9460f3c3d74190e763bd3fcea1af.tar.gz gentoo-ad0a006bbf3a9460f3c3d74190e763bd3fcea1af.tar.bz2 gentoo-ad0a006bbf3a9460f3c3d74190e763bd3fcea1af.zip |
sci-mathematics/maxima: cleaning old
Package-Manager: portage-2.2.25
Diffstat (limited to 'sci-mathematics/maxima/files')
-rw-r--r-- | sci-mathematics/maxima/files/clozurecl-1.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/sci-mathematics/maxima/files/clozurecl-1.patch b/sci-mathematics/maxima/files/clozurecl-1.patch deleted file mode 100644 index 07203a2f828d..000000000000 --- a/sci-mathematics/maxima/files/clozurecl-1.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff -r -U1 maxima-5.35.1.orig/configure.ac maxima-5.35.1/configure.ac ---- maxima-5.35.1.orig/configure.ac 2014-12-13 06:44:51.000000000 +0600 -+++ maxima-5.35.1/configure.ac 2014-12-20 20:43:04.713305777 +0600 -@@ -379,3 +379,3 @@ - dnl n.b. openmcl_default_name is hardcoded in "with" message --openmcl_default_name=openmcl -+openmcl_default_name=ccl - AC_ARG_ENABLE(openmcl, -diff -r -U1 maxima-5.35.1.orig/src/Makefile.am maxima-5.35.1/src/Makefile.am ---- maxima-5.35.1.orig/src/Makefile.am 2014-09-24 00:02:16.000000000 +0700 -+++ maxima-5.35.1/src/Makefile.am 2014-12-20 20:43:04.713305777 +0600 -@@ -359,3 +359,3 @@ - --EXECUTEOPENMCL = $(OPENMCL_NAME) -e -+EXECUTEOPENMCL = $(OPENMCL_NAME) --no-init -e - BUILT_FILES += $(OPENMCL_MAXIMA) -Только в maxima-5.35.1/src: Makefile.am.orig -diff -r -U1 maxima-5.35.1.orig/src/maxima.in maxima-5.35.1/src/maxima.in ---- maxima-5.35.1.orig/src/maxima.in 2014-12-03 04:17:05.000000000 +0600 -+++ maxima-5.35.1/src/maxima.in 2014-12-20 20:43:04.713305777 +0600 -@@ -185,5 +185,5 @@ - if [ -x "$MAXIMA_IMAGESDIR/binary-$MAXIMA_LISP/maxima" ]; then -- exec "$MAXIMA_IMAGESDIR/binary-$MAXIMA_LISP/maxima" $MAXIMA_LISP_OPTIONS -e '(cl-user::run)' -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" -+ exec "$MAXIMA_IMAGESDIR/binary-$MAXIMA_LISP/maxima" $MAXIMA_LISP_OPTIONS --no-init -e '(cl-user::run)' -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" - else -- exec "@OPENMCL_NAME@" -I "$maxima_image_base.image" $MAXIMA_LISP_OPTIONS -e '(cl-user::run)' -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" -+ exec "@OPENMCL_NAME@" -I "$maxima_image_base.image" $MAXIMA_LISP_OPTIONS --no-init -e '(cl-user::run)' -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" - fi |