summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/h5z-zfp/fj.patch
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/h5z-zfp/fj.patch')
-rw-r--r--var/spack/repos/builtin/packages/h5z-zfp/fj.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/var/spack/repos/builtin/packages/h5z-zfp/fj.patch b/var/spack/repos/builtin/packages/h5z-zfp/fj.patch
deleted file mode 100644
index fd3ff5c76d..0000000000
--- a/var/spack/repos/builtin/packages/h5z-zfp/fj.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- spack-src/config.make.org 2022-02-01 18:43:23.000000000 +0900
-+++ spack-src/config.make 2022-02-01 18:42:54.000000000 +0900
-@@ -106,6 +106,11 @@
- SOEXT ?= so
- SHFLAG ?= -qmkshrobj
- PREPATH = -Wl,-R,
-+else ifneq ($(findstring fcc, $(CC)),)
-+ CFLAGS += -KPIC
-+ SOEXT ?= so
-+ SHFLAG ?= -shared
-+ PREPATH = -Wl,-rpath,
- endif
-
- ifneq ($(findstring gfortran, $(FC)),)
-@@ -118,6 +123,8 @@
- FCFLAGS += -qpic
- else ifneq ($(findstring bgxlf_r, $(FC)),)
- FCFLAGS += -qpic
-+else ifneq ($(findstring frt, $(FC)),)
-+ FCFLAGS += -KPIC
- else ifneq ($(findstring f77, $(FC)),)
- # some makefile versions set FC=f77 if FC is not set
- FC =