Ticket #41918: Portfile.diff

File Portfile.diff, 535 bytes (added by josephsacco, 10 years ago)

Portfile patch

  • (a) Portfile- vs. (b) Portfile

    a b  
    7878
    7979variant atlas conflicts accelerate builtin_lapack description {build using the BLAS in the atlas port} {
    8080    depends_lib-append      port:atlas
    81     configure.args-append   --with-blas="-L${prefix}/lib -lptf77blas -latlas"
     81    configure.args-append   --with-blas="-Wl,-search_paths_first -L${prefix}/lib -lptf77blas -latlas"
    8282    #See A.3.2 in R Installation and Administration for why atlas LAPACK not used
    8383}
    8484