[126238] trunk/dports/devel/vecLibFort

takeshi at macports.org takeshi at macports.org
Sun Oct 5 19:00:22 PDT 2014


Revision: 126238
          https://trac.macports.org/changeset/126238
Author:   takeshi at macports.org
Date:     2014-10-05 19:00:22 -0700 (Sun, 05 Oct 2014)
Log Message:
-----------
vecLibFort: resolved problems with functions returning complex on Leopard PPC, closing #45201 again

Modified Paths:
--------------
    trunk/dports/devel/vecLibFort/Portfile

Removed Paths:
-------------
    trunk/dports/devel/vecLibFort/files/patch-vecLibFort.c.diff

Modified: trunk/dports/devel/vecLibFort/Portfile
===================================================================
--- trunk/dports/devel/vecLibFort/Portfile	2014-10-06 01:50:18 UTC (rev 126237)
+++ trunk/dports/devel/vecLibFort/Portfile	2014-10-06 02:00:22 UTC (rev 126238)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 PortGroup           github 1.0
 
-github.setup        mcg1969 vecLibFort 0.4.1
-revision            1
+github.setup        mcg1969 vecLibFort 0.4.2
 categories          devel math science
 platforms           darwin
 maintainers         takeshi
@@ -17,11 +16,10 @@
     BLAS and LAPACK libraries shipped with Mac OS X and \
     FORTRAN code compiled with modern compilers such as GNU Fortran.
 
-checksums           rmd160  37598523a301c04f170e348f674fd7d28940e5e3 \
-                    sha256  103a46b966868971983b717182b14fe7884f5656e6e4b939153e2d6b2b2b60ca
+checksums           rmd160  e6271804608ef6fa0dfb67397d1dec2fc86b0671 \
+                    sha256  47ffed7fc41e5ea2263c3343c3fb5199fb1fefae2351f945897124d5c9eaef51
 
-patchfiles          patch-Makefile.diff \
-                    patch-vecLibFort.c.diff
+patchfiles          patch-Makefile.diff
 
 use_configure       no
 

Deleted: trunk/dports/devel/vecLibFort/files/patch-vecLibFort.c.diff
===================================================================
--- trunk/dports/devel/vecLibFort/files/patch-vecLibFort.c.diff	2014-10-06 01:50:18 UTC (rev 126237)
+++ trunk/dports/devel/vecLibFort/files/patch-vecLibFort.c.diff	2014-10-06 02:00:22 UTC (rev 126238)
@@ -1,31 +0,0 @@
---- vecLibFort.c.orig	2014-07-31 01:32:44.000000000 +0900
-+++ vecLibFort.c	2014-10-02 09:58:48.000000000 +0900
-@@ -27,7 +27,7 @@
- 
- #if !defined(VECLIBFORT_SGEMV) && \
-     defined(MAC_OS_X_VERSION_10_9) && \
--    MAC_OS_X_VERSION_MIN_ALLOWED >= MAC_OS_X_VERSION_10_9      
-+    MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_9      
- #define VECLIBFORT_SGEMV
- #endif
- 
-@@ -270,7 +270,10 @@
- D2F_CALL(clantr,8)
- 
- D2F_CALL(scsum1,3)
-+#if defined(MAC_OS_X_VERSION_10_6) && \
-+    MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_6
- D2F_CALL(slaneg,6)
-+#endif
- D2F_CALL(slangb,7)
- D2F_CALL(slange,6)
- D2F_CALL(slangt,5)
-@@ -288,7 +291,7 @@
- D2F_CALL(slamc3,2)
- 
- #if defined(MAC_OS_X_VERSION_10_7) && \
--    MAC_OS_X_VERSION_MIN_ALLOWED >= MAC_OS_X_VERSION_10_7
-+    MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_7
- D2F_CALL(clanhf,6)
- D2F_CALL(slansf,6)
- #endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141005/a2f6de43/attachment.html>


More information about the macports-changes mailing list