Changeset 99337


Ignore:
Timestamp:
Nov 2, 2012, 2:58:57 PM (12 years ago)
Author:
pixilla@…
Message:

math/levmar:

  • Require and use the atlas lapack and blas functions included in libsatlas.dylib rather than the liblapack.dylib and libblas.dylib libraries from Apple.
  • Maintainer patch closes #36853
Location:
trunk/dports/math/levmar
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/math/levmar/Portfile

    r99331 r99337  
    66name                levmar
    77version             2.6
    8 revision            1
     8revision            2
    99categories          math
    1010platforms           darwin
     
    3333                    sha256  3bf4ef1ea4475ded5315e8d8fc992a725f2e7940a74ca3b0f9029d9e6e94bad7
    3434
     35depends_lib-append  port:atlas
     36
    3537# Patch taken from levmar RPM by Eric Smith <eric@brouhaha.com>
    3638patch.pre_args      -p1
     
    3840
    3941use_configure       no
    40 #configure.args      --with-omniORB-config="${prefix}/etc/omniORB.cfg"
    4142
    4243variant universal {}
  • trunk/dports/math/levmar/files/patch-Makefile.so.diff

    r90600 r99337  
    2020+# -lf2c removed from LAPACKLIBS for Fedora
    2121+# comment the following line if you are not using LAPACK.
    22 +LAPACKLIBS=-llapack -lblas
     22+LAPACKLIBS=-lsatlas
    2323                                  # On systems with a FORTRAN (not f2c'ed) version of LAPACK, -lf2c is
    2424                                  # not necessary; on others, -lf2c is equivalent to -lF77 -lI77
Note: See TracChangeset for help on using the changeset viewer.