[149406] trunk/dports/math/octave-linear-algebra

mps at macports.org mps at macports.org
Fri Jun 17 17:55:31 PDT 2016


Revision: 149406
          https://trac.macports.org/changeset/149406
Author:   mps at macports.org
Date:     2016-06-17 17:55:31 -0700 (Fri, 17 Jun 2016)
Log Message:
-----------
octave-linear-algebra: remove unneeded patchfile.

Modified Paths:
--------------
    trunk/dports/math/octave-linear-algebra/Portfile

Removed Paths:
-------------
    trunk/dports/math/octave-linear-algebra/files/patch-src_Makefile.diff

Modified: trunk/dports/math/octave-linear-algebra/Portfile
===================================================================
--- trunk/dports/math/octave-linear-algebra/Portfile	2016-06-17 23:34:45 UTC (rev 149405)
+++ trunk/dports/math/octave-linear-algebra/Portfile	2016-06-18 00:55:31 UTC (rev 149406)
@@ -8,7 +8,7 @@
 revision            1
 platforms           darwin
 license             GPL-3+ LGPL-3+ FreeBSD
-maintainers         gmail.com:mschamschula openmaintainer
+maintainers         mps openmaintainer
 description         Additional linear algebra code, including \
                     general SVD and matrix functions.
 long_description    ${description}
@@ -18,7 +18,6 @@
 
 depends_lib-append  port:octave-general
 
-patchfiles-append   patch-src_Makefile.diff \
-                    patch-DESCRIPTION.diff
+patchfiles-append   patch-DESCRIPTION.diff
 
 configure.env-append "PREFIX_BIN=${prefix}/bin"

Deleted: trunk/dports/math/octave-linear-algebra/files/patch-src_Makefile.diff
===================================================================
--- trunk/dports/math/octave-linear-algebra/files/patch-src_Makefile.diff	2016-06-17 23:34:45 UTC (rev 149405)
+++ trunk/dports/math/octave-linear-algebra/files/patch-src_Makefile.diff	2016-06-18 00:55:31 UTC (rev 149406)
@@ -1,30 +0,0 @@
---- src/Makefile.orig	2015-01-26 12:18:46.000000000 -0500
-+++ src/Makefile	2015-01-26 12:21:27.000000000 -0500
-@@ -1,8 +1,6 @@
- sinclude Makeconf
- 
--ifndef OCTAVE_FORGE
--MKOCTFILE = mkoctfile
--endif
-+MKOCTFILE = $(PREFIX_BIN)/mkoctfile -v
- 
- ifndef LAPACK_LIBS
- LAPACK_LIBS := $(shell $(MKOCTFILE) -p LAPACK_LIBS)
-@@ -32,7 +30,7 @@
- all : $(TARGETS) pgmres.oct
- 
- $(GSVD_TARGET) : $(GSVD_DEPENDS) $(GSVD_OBJECTS)
--	$(MKOCTFILE) $(DEFINES) $(GSVD_OBJECTS) -o $@ ${LAPACK_LIBS}
-+	$(MKOCTFILE) $(DEFINES) $(GSVD_OBJECTS) -o $@ ${LAPACK_LIBS} ${BLAS_LIBS}
- 
- $(GSVD_TEST) : $(GSVD_TARGET)
- 
-@@ -53,7 +51,7 @@
- 	$(MKOCTFILE) $(DEFINES) $< -o $@
- 
- %.oct: %.cc
--	mkoctfile $(DEFINES) $< -o $@ ${LAPACK_LIBS}
-+	$(MKOCTFILE) $(DEFINES) $< -o $@ ${LAPACK_LIBS} ${BLAS_LIBS}
- 
- .phony: test
- test: $(GSVD_TEST)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160617/1d1fd0ff/attachment.html>


More information about the macports-changes mailing list