summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/hdf/hdfi_h_apple_m1.patch11
-rw-r--r--var/spack/repos/builtin/packages/hdf/package.py2
2 files changed, 13 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/hdf/hdfi_h_apple_m1.patch b/var/spack/repos/builtin/packages/hdf/hdfi_h_apple_m1.patch
new file mode 100644
index 0000000000..9499fc2de1
--- /dev/null
+++ b/var/spack/repos/builtin/packages/hdf/hdfi_h_apple_m1.patch
@@ -0,0 +1,11 @@
+--- a/hdf/src/hdfi.h 2022-11-07 11:51:28.000000000 -0700
++++ b/hdf/src/hdfi.h 2022-11-07 11:51:08.000000000 -0700
+@@ -1343,7 +1343,7 @@
+ #endif /* IA64 */
+
+ /* Linux AArch64 */
+-#if defined __aarch64__
++#if defined __aarch64__ && ! defined (__APPLE__)
+
+ #ifdef GOT_MACHINE
+ If you get an error on this line more than one machine type has been defined.
diff --git a/var/spack/repos/builtin/packages/hdf/package.py b/var/spack/repos/builtin/packages/hdf/package.py
index 326f454048..96e15d3a65 100644
--- a/var/spack/repos/builtin/packages/hdf/package.py
+++ b/var/spack/repos/builtin/packages/hdf/package.py
@@ -93,6 +93,8 @@ class Hdf(AutotoolsPackage):
sha256="49733dd6143be7b30a28d386701df64a72507974274f7e4c0a9e74205510ea72",
when="@4.2.15:",
)
+ # https://github.com/NOAA-EMC/spack-stack/issues/317
+ patch("hdfi_h_apple_m1.patch", when="@4.2.15: target=aarch64: platform=darwin")
@property
def libs(self):