Commits
Marcus Calhoun-Lopez authored b1b2bd28ebe
18 18 | sha256 395371aee042389aa6a0340b1e039c339eb971b96d8bbba2a7aa459fec7d6eff |
19 19 | |
20 20 | universal_variant no |
21 21 | worksrcdir ${distname}/src |
22 22 | |
23 23 | mpi.setup |
24 24 | |
25 25 | configure.args --with-blas --with-lapack --without-superlu \ |
26 26 | --without-fei --without-mli |
27 27 | |
28 + | if {![mpi_variant_isset]} { |
29 + | configure.args-append \ |
30 + | --without-MPI |
31 + | } |
32 + | |
28 33 | destroot.destdir prefix=${destroot}${prefix} |
29 34 | |
30 35 | variant longindex description {Build with 64 bit ints} { |
31 36 | configure.args-append --enable-bigint |
32 37 | } |