spack/var/spack/repos/builtin/packages/numactl/numactl-2.0.14-symver.patch
Scott McMillan 0015dd0bf8
Enable packages to use the NVIDIA HPC SDK (#19452)
* Enable packages to use the NVIDIA HPC SDK

* fix linter and review items

* fix linter issue

Co-authored-by: Scott McMillan <smcmillan@nvidia.com>
2020-10-22 16:42:48 -05:00

10 lines
316 B
Diff

--- a/util.h 2020-10-08 10:08:40.517167202 -0700
+++ b/util.h 2020-10-08 10:08:55.523301155 -0700
@@ -22,5 +22,5 @@
#if HAVE_ATTRIBUTE_SYMVER
#define SYMVER(a,b) __attribute__ ((symver (b)))
#else
-#define SYMVER(a,b) __asm__ (".symver " #a "," #b);
+#define SYMVER(a,b) __asm__ (".symver " a "," b " ");
#endif