Skip to content

Commit

Permalink
Add queso
Browse files Browse the repository at this point in the history
  • Loading branch information
wvangeit committed Dec 10, 2024
1 parent e8af258 commit b0a0cf6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ before-all = [
"yum install -y epel-release yum-utils",
"yum-config-manager --enable epel",
"yum makecache --refresh",
"yum install -y lapack-devel boost1.78-devel blas-devel hdf5-devel zip unzip ccache wget",
"yum install -y lapack-devel boost1.78-devel blas-devel hdf5-devel zip unzip ccache wget gsl-devel",
"wget --progress=dot:mega https://github.com/mozilla/sccache/releases/download/v0.8.1/sccache-v0.8.1-x86_64-unknown-linux-musl.tar.gz",
"tar xzvf sccache-v0.8.1-x86_64-unknown-linux-musl.tar.gz",
"cp sccache-v0.8.1-x86_64-unknown-linux-musl/sccache /usr/bin/",
Expand All @@ -73,6 +73,8 @@ install_components = ["dakota_for_python"]
[tool.py-build-cmake.cmake.options]
CMAKE_CXX_COMPILER_LAUNCHER = "sccache"
DAKOTA_HAVE_HDF5 = "ON"
HAVE_QUESO = "ON"
DAKOTA_HAVE_GSL = "ON"
DAKOTA_PYTHON_WRAPPER = "ON"
DAKOTA_PYTHON_DIRECT_INTERFACE = "ON"
BUILD_SHARED_LIBS = "OFF"
Expand Down

0 comments on commit b0a0cf6

Please sign in to comment.