Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
Trying with new GLIBCXX flag
Browse files Browse the repository at this point in the history
  • Loading branch information
pjh5 committed Feb 20, 2018
1 parent 8123b74 commit d3c8971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/cuda_full/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ CMAKE_ARGS+=("-DUSE_REDIS=ON")

# Explicitly turn unused packages off to prevent cmake from trying to find
# system libraries
CMAKE_ARGS+=("-DUSE_LEVELDB=OFF")
CMAKE_ARGS+=("-DUSE_ROCKSDB=OFF")
CMAKE_ARGS+=("-DUSE_LEVELDB=ON")
CMAKE_ARGS+=("-DUSE_ROCKSDB=ON")

# Install under specified prefix
CMAKE_ARGS+=("-DCMAKE_INSTALL_PREFIX=$PREFIX")
Expand Down

0 comments on commit d3c8971

Please sign in to comment.