forked from easybuilders/easybuild-easyconfigs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2a31451
commit 3d4336e
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
easybuild/easyconfigs/s/SLATEC/SLATEC-4.1-slatec4linux-fPIC.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Create position independent code | ||
# S.D. Pinches | ||
diff -Nru slatec4linux-orig/static/makefile slatec4linux/static/makefile | ||
--- slatec4linux-orig/static/makefile 1999-12-22 00:32:54.000000000 +0100 | ||
+++ slatec4linux/static/makefile 2022-03-15 19:04:22.753929423 +0100 | ||
@@ -1,4 +1,4 @@ | ||
-FFLAGS= -O2 | ||
+FFLAGS= -O2 -fPIC | ||
OBJ = \ | ||
aaaaaa.o cnbdi.o dcv.o dqc25f.o hpperm.o qc25s.o spoco.o \ | ||
acosh.o cnbfa.o ddaini.o dqc25s.o hpsort.o qcheb.o spodi.o \ |