summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/numaprof/numaprof-1.1.4-pin-layout.patch
diff options
context:
space:
mode:
authorSébastien Valat <sebastien.valat.dev@orange.fr>2023-06-29 12:19:39 -0400
committerGitHub <noreply@github.com>2023-06-29 09:19:39 -0700
commit7c5e3ddac5241c476eb0e463a710df67c9740c0f (patch)
tree53007b8f7155f9086eb13e460931b7e4c6ee75ac /var/spack/repos/builtin/packages/numaprof/numaprof-1.1.4-pin-layout.patch
parent6ffc11c46d86ee5b29b3be1681ee8f48514e31c6 (diff)
downloadspack-7c5e3ddac5241c476eb0e463a710df67c9740c0f.tar.gz
spack-7c5e3ddac5241c476eb0e463a710df67c9740c0f.tar.bz2
spack-7c5e3ddac5241c476eb0e463a710df67c9740c0f.tar.xz
spack-7c5e3ddac5241c476eb0e463a710df67c9740c0f.zip
numaprof: New package (version : 1.1.4) (#35271)
* numaprof: New package (version : 1.1.4) * numaprof: Improve the deps description by adding 'type' * numaprof: Fix maintainer semantic
Diffstat (limited to 'var/spack/repos/builtin/packages/numaprof/numaprof-1.1.4-pin-layout.patch')
-rw-r--r--var/spack/repos/builtin/packages/numaprof/numaprof-1.1.4-pin-layout.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/numaprof/numaprof-1.1.4-pin-layout.patch b/var/spack/repos/builtin/packages/numaprof/numaprof-1.1.4-pin-layout.patch
new file mode 100644
index 0000000000..bd53dbf702
--- /dev/null
+++ b/var/spack/repos/builtin/packages/numaprof/numaprof-1.1.4-pin-layout.patch
@@ -0,0 +1,15 @@
+diff --git a/src/integration/pintool/Makefile.pin.in b/src/integration/pintool/Makefile.pin.in
+index ec95b7b..1b84423 100644
+--- a/src/integration/pintool/Makefile.pin.in
++++ b/src/integration/pintool/Makefile.pin.in
+@@ -4,7 +4,8 @@
+ #
+ ##############################################################
+
+-PIN_ROOT=$(shell dirname @PINTOOL_PIN@)
++PIN_ROOT_BIN=$(shell dirname @PINTOOL_PIN@)
++PIN_ROOT=$(shell dirname $(PIN_ROOT_BIN))
+ MAKE+=-f Makefile.pin
+ SRCDIR=@CMAKE_CURRENT_SOURCE_DIR@
+ CST_DEBUG_FLAGS=@PINTOOL_CFLAGS@
+