From a2195aef43bf99b9ca8b4891ecedc6c96d1fa986 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 21 Feb 2022 15:58:16 +0100 Subject: [PATCH] clangOmpss2: use relative path for BINDIR Absolute paths are not supported and cause a silent error when installing the clang++ and other symlinks. See: https://pm.bsc.es/gitlab/llvm-ompss/llvm-mono/-/commit/d93a11c138bb57f0ecca234867dc65eed35ccba3 https://pm.bsc.es/gitlab/llvm-ompss/llvm-mono/-/commit/58580e922a69d94859a2506c3053d8c066a1e38c --- bsc/llvm-ompss2/clang.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/bsc/llvm-ompss2/clang.nix b/bsc/llvm-ompss2/clang.nix index bcc3e7c..ae9254a 100644 --- a/bsc/llvm-ompss2/clang.nix +++ b/bsc/llvm-ompss2/clang.nix @@ -70,6 +70,7 @@ stdenv.mkDerivation rec { "-DLLVM_ENABLE_PROJECTS=clang;openmp;compiler-rt" "-DLLVM_ENABLE_ASSERTIONS=${enableAssertions}" "-DLLVM_INSTALL_TOOLCHAIN_ONLY=ON" + "-DCMAKE_INSTALL_BINDIR=bin" ) '';