summaryrefslogtreecommitdiff
path: root/homebrew/mpich/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/mpich/.make.sh-auto')
-rw-r--r--homebrew/mpich/.make.sh-auto8
1 files changed, 8 insertions, 0 deletions
diff --git a/homebrew/mpich/.make.sh-auto b/homebrew/mpich/.make.sh-auto
new file mode 100644
index 000000000..4206ec394
--- /dev/null
+++ b/homebrew/mpich/.make.sh-auto
@@ -0,0 +1,8 @@
+pkg:setup
+ENV["MPICH_AUTOTOOLS_DIR"] = HOMEBREW_PREFIX + "bin"
+./autogen.sh
+end
+pkg:configure --disable-dependency-tracking --disable-silent-rules
+make
+make check
+make DESTDIR=${PKG_DEST} install