summaryrefslogtreecommitdiff
path: root/math/slatec
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-03-31 18:21:33 +0000
committerjtb <jtb@pkgsrc.org>2001-03-31 18:21:33 +0000
commit6939c69b5f07a42825d67e1083530bcb4ad03f0a (patch)
treeea4decb4f539b82a91aefb09c3d59a33866963d2 /math/slatec
parent102ed1c492ae9b3041744a25fbfdc9d11512b461 (diff)
downloadpkgsrc-6939c69b5f07a42825d67e1083530bcb4ad03f0a.tar.gz
d1mach.f i1mach.f and r1mach.f should be compiled without optimization.
Diffstat (limited to 'math/slatec')
-rw-r--r--math/slatec/files/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/slatec/files/Makefile b/math/slatec/files/Makefile
index ac6b4602b0a..2e5dc1f3e70 100644
--- a/math/slatec/files/Makefile
+++ b/math/slatec/files/Makefile
@@ -205,6 +205,8 @@ lib$(LIB).a: $(OBJS)
$(AR) cru $@ $?
$(RANLIB) $@
+# These three files should be compiled without any optimization.
+
d1mach.o:
$(FC) -c $<