Skip to content
Snippets Groups Projects
Commit 2e6920b5 authored by Ali Can Demiralp's avatar Ali Can Demiralp
Browse files

Adjustments.

parent bb9e74b7
No related branches found
No related tags found
No related merge requests found
......@@ -6,13 +6,9 @@ if [ ! -d "vcpkg" ]; then git clone https://github.com/Microsoft/vcpkg.git; fi
cd vcpkg
if [ ! -f "vcpkg" ]; then ./bootstrap-vcpkg.sh; fi
if [ ! -d "custom-triplets" ]; then mkdir custom-triplets; fi
cp ./triplets/x64-linux.cmake ./custom-triplets/x64-linux-static.cmake
cp ../../utility/vcpkg/x64-linux-dynamic.cmake ./custom-triplets/x64-linux.cmake
VCPKG_DEFAULT_TRIPLET=x64-linux
vcpkg install boost-mpi boost-odeint boost-ublas catch2 Eigen3 hdf5[parallel] intel-mkl mpi nlohmann-json
vcpkg install tbb --overlay-triples=custom-triplets
vcpkg install tbb:x64-linux-dynamic --overlay-triplets=../../utility/vcpkg/
cd ..
cmake -DCMAKE_TOOLCHAIN_FILE=./vcpkg/scripts/buildsystems/vcpkg.cmake ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment