Skip to content

Commit

Permalink
Merge pull request #197838 from Madouura/pr/hip
Browse files Browse the repository at this point in the history
  • Loading branch information
lovesegfault authored Nov 3, 2022
2 parents 71a7ebd + 28dba7a commit ee419e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/compilers/hip/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,11 @@ stdenv.mkDerivation rec {
"-DHIP_COMMON_DIR=${hip}"
"-DROCCLR_PATH=${rocclr}"
"-DHIP_VERSION_BUILD_ID=0"
# Temporarily set variables to work around upstream CMakeLists issue
# Can be removed once https://github.com/ROCm-Developer-Tools/hipamd/issues/55 is fixed
"-DCMAKE_INSTALL_BINDIR=bin"
"-DCMAKE_INSTALL_INCLUDEDIR=include"
"-DCMAKE_INSTALL_LIBDIR=lib"
];

postInstall = ''
Expand Down

0 comments on commit ee419e4

Please sign in to comment.