summaryrefslogtreecommitdiff
path: root/homebrew/qrupdate/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/qrupdate/.make.sh-auto')
-rw-r--r--homebrew/qrupdate/.make.sh-auto8
1 files changed, 8 insertions, 0 deletions
diff --git a/homebrew/qrupdate/.make.sh-auto b/homebrew/qrupdate/.make.sh-auto
new file mode 100644
index 000000000..2599c34f0
--- /dev/null
+++ b/homebrew/qrupdate/.make.sh-auto
@@ -0,0 +1,8 @@
+pkg:setup
+ENV.deparallelize
+make lib solib BLAS=-L#{Formula[veclibfort"].opt_lib} -lvecLibFort"
+rm "INSTALL"
+inreplace "src/Makefile", "install -D", "install"
+lib.mkpath
+make DESTDIR=${PKG_DEST} install PREFIX=${PKG_TAPF}
+pkgshare.install "test/tch1dn.f", "test/utils.f"