summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/h5z-zfp/fj.patch
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2024-01-02 14:08:20 -0600
committerGitHub <noreply@github.com>2024-01-02 14:08:20 -0600
commit2e639f82c7a5594b5d39428aeae58a9a2b9ae214 (patch)
tree6df68265d35eaf06525b7e68df69b524aed0f36d /var/spack/repos/builtin/packages/h5z-zfp/fj.patch
parent63bad7cd79ad2d4412158965b01aea71f8783221 (diff)
downloadspack-2e639f82c7a5594b5d39428aeae58a9a2b9ae214.tar.gz
spack-2e639f82c7a5594b5d39428aeae58a9a2b9ae214.tar.bz2
spack-2e639f82c7a5594b5d39428aeae58a9a2b9ae214.tar.xz
spack-2e639f82c7a5594b5d39428aeae58a9a2b9ae214.zip
Change h5z-zfp from MakefilePackage to CMakePackage. (#41890)
Remove versions before 1.1.0 that do not support CMake. Remove patches for the removed versions.
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 =