[127389] trunk/dports/science/gildas

larryv at macports.org larryv at macports.org
Sun Oct 26 13:33:52 PDT 2014


Revision: 127389
          https://trac.macports.org/changeset/127389
Author:   larryv at macports.org
Date:     2014-10-26 13:33:52 -0700 (Sun, 26 Oct 2014)
Log Message:
-----------
gildas: Avoid using vecLib (#45555, #45633)

Modified Paths:
--------------
    trunk/dports/science/gildas/Portfile
    trunk/dports/science/gildas/files/patch-lapack.diff

Modified: trunk/dports/science/gildas/Portfile
===================================================================
--- trunk/dports/science/gildas/Portfile	2014-10-26 20:27:08 UTC (rev 127388)
+++ trunk/dports/science/gildas/Portfile	2014-10-26 20:33:52 UTC (rev 127389)
@@ -7,6 +7,7 @@
 name                gildas
 version             201407a
 set my_version      [string tolower [clock format [clock scan 2000-[string range ${version} 4 5]-10] -format %b]][string range ${version} 2 3][string range ${version} 6 end]
+revision            1
 categories          science
 platforms           darwin
 maintainers         gmail.com:sebastien.maret

Modified: trunk/dports/science/gildas/files/patch-lapack.diff
===================================================================
--- trunk/dports/science/gildas/files/patch-lapack.diff	2014-10-26 20:27:08 UTC (rev 127388)
+++ trunk/dports/science/gildas/files/patch-lapack.diff	2014-10-26 20:33:52 UTC (rev 127389)
@@ -9,7 +9,7 @@
 diff --git a/admin/Makefile.build b/admin/Makefile.build
 --- a/admin/Makefile.build
 +++ b/admin/Makefile.build
-@@ -353,13 +353,15 @@ endif
+@@ -353,13 +353,13 @@ endif
  ###########################################################################
  # The following targets are there to avoid make error (target search) when 
  # only the shared libraries are installed (i.e. the corresponding archive 
@@ -20,8 +20,6 @@
  
 --llapack:
 +Accelerate:
-+
-+vecLib:
  
  -lslatec:
  
@@ -37,7 +35,7 @@
  # Kernel libraries
  
 -LEGACY_LIBS = -lslatec -llapack -lblas
-+LEGACY_LIBS = -lslatec -framework Accelerate -framework vecLib
++LEGACY_LIBS = -lslatec -framework Accelerate
  _GAG_LIBS = -lggui -lgcore -lgio -lgwcs -lgmath -lgsys -lginc
  ifndef GAG_WIN32
    GAG_LIBS = $(_GAG_LIBS)
@@ -53,7 +51,7 @@
  r1mach.o dummy.o P-all.o P-value.o Dp-1vlu.o 
  
 -LIB_DEPENDS = -llapack -lblas
-+LIB_DEPENDS = -framework Accelerate -framework vecLib
++LIB_DEPENDS = -framework Accelerate
  
  ifeq ($(GAG_COMPILER_KIND),ifc)
    OPTION_FFLAGS = 
@@ -69,7 +67,7 @@
  ifeq ($(LINEAR),lapack)
    LINEAR_LIB_OBJECTS = singular.o mth_lapack.o
 -  LINEAR_LIB_DEPENDS = -llapack -lblas
-+  LINEAR_LIB_DEPENDS = -framework Accelerate -framework vecLib
++  LINEAR_LIB_DEPENDS = -framework Accelerate
  else 
    ifeq ($(LINEAR),nag)
      LINEAR_LIB_OBJECTS = mth_nag.o
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141026/d6838610/attachment.html>


More information about the macports-changes mailing list