Skip to content

Commit

Permalink
Add patch for SLATEC/4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonPinches committed Jan 17, 2025
1 parent 2a31451 commit 3d4336e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions easybuild/easyconfigs/s/SLATEC/SLATEC-4.1-slatec4linux-fPIC.patch
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 \

0 comments on commit 3d4336e

Please sign in to comment.