Lines 24-29
Link Here
|
24 |
tetex? ( virtual/tetex ) |
24 |
tetex? ( virtual/tetex ) |
25 |
x86? ( ifc? ( dev-lang/ifc ) ) |
25 |
x86? ( ifc? ( dev-lang/ifc ) ) |
26 |
blas? ( virtual/blas ) |
26 |
blas? ( virtual/blas ) |
|
|
27 |
mpi? ( sys-cluster/lam-mpi ) |
27 |
!=app-text/texi2html-1.70" |
28 |
!=app-text/texi2html-1.70" |
28 |
|
29 |
|
29 |
# NOTE: octave supports blas/lapack from intel but this is not open |
30 |
# NOTE: octave supports blas/lapack from intel but this is not open |
Lines 51-62
Link Here
|
51 |
# Danny van Dyk 2004/08/26 |
52 |
# Danny van Dyk 2004/08/26 |
52 |
use zlib && LDFLAGS="${LDFLAGS} -lz" |
53 |
use zlib && LDFLAGS="${LDFLAGS} -lz" |
53 |
|
54 |
|
|
|
55 |
# MPI requires the use of gcc/g++ wrappers |
56 |
# mpicc/mpic++ |
57 |
use mpi && CC="mpicc" && CXX="mpic++" |
58 |
|
59 |
|
54 |
econf \ |
60 |
econf \ |
55 |
$(use_with hdf5) \ |
61 |
$(use_with hdf5) \ |
56 |
$(use_with mpi) \ |
62 |
$(use_with mpi) \ |
57 |
$(use_enable readline) \ |
63 |
$(use_enable readline) \ |
58 |
${myconf} \ |
64 |
${myconf} \ |
59 |
LDFLAGS="${LDFLAGS}" || die "econf failed" |
65 |
LDFLAGS="${LDFLAGS}" \ |
|
|
66 |
CC="${CC}" CXX="${CXX}" || die "econf failed" |
60 |
|
67 |
|
61 |
emake || die "emake failed" |
68 |
emake || die "emake failed" |
62 |
} |
69 |
} |