Ticket #48834: Portfile.diff

File Portfile.diff, 643 bytes (added by tenomoto (Takeshi Enomoto), 5 years ago)
  • science/armadillo/Portfile

    diff --git a/science/armadillo/Portfile b/science/armadillo/Portfile
    index b4c713de3b8..b10dc1ccf1d 100644
    a b variant arpack description {compile with ARPACK support} { 
    4848    configure.args-delete       -DARPACK_LIBRARY=
    4949}
    5050
     51variant superlu description {compile with SuperLU support} {
     52    depends_lib-append          port:superlu
     53    configure.args-append       -DARMA_USE_SUPERLU=ON
     54}
     55
    5156# Snow Leopard (and older) will fail to build with the error "Need a newer compiler"
    5257compiler.blacklist-append       *gcc-3.* *gcc-4.0 *gcc-4.2 {clang <= 211.10.1}
    5358