Ticket #25683: qrupdate-portfile.diff

File qrupdate-portfile.diff, 1.0 KB (added by todmorrison (Tod Morrison), 14 years ago)

qrupdate portfile no_atlas patch

  • math/qrupdate/Portfile

    old new  
    2020                    sha1    8fbaba202b0d4bf80852b2dc6c8d1d4b90b816d4 \
    2121                    rmd160  fd63306abe91adcd5d47e408d9cd4af3e1b32b0c
    2222
    23 depends_lib-append  port:atlas
     23depends_lib         port:atlas
    2424
    2525use_configure       no
    2626build.target        lib solib
     
    7272    }
    7373}
    7474
     75variant no_atlas description {use system blas instead of atlas} {
     76    depends_lib-delete  port:atlas
     77    build.args          PREFIX=${prefix} BLAS="-framework Accelerate" LAPACK="-framework Accelerate"
     78    destroot.args       PREFIX=${prefix} BLAS="-framework Accelerate" LAPACK="-framework Accelerate"
     79    test.args           PREFIX=${prefix} BLAS="-framework Accelerate" LAPACK="-framework Accelerate"
     80}
     81
    7582variant gcc43 conflicts g95 gcc44 universal description {build with gcc43 fortran} {
    7683    depends_lib-append    port:gcc43
    7784    post-patch {