summaryrefslogtreecommitdiff
path: root/homebrew/openmpi/.make.sh-auto
blob: 495c596296c6a2d870340559013ada819466145b (plain)
1
2
3
4
5
6
7
8
9
10
pkg:setup
ENV["MACOSX_DEPLOYMENT_TARGET"] = MacOS.version
ENV.cxx11
args = %W[--prefix=#{prefix} --disable-dependency-tracking --disable-silent-rules --enable-ipv6 --with-libevent=#{Formula["libevent"].opt_prefix} --with-sge ]
args << "--enable-mpi1-compatibility"
pkg:configure *args
make all
make check
make DESTDIR=${PKG_DEST} install
include.install Dir["#{lib}/*.mod"]