Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dpa
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LuFG VR VIS
VR-Group
dpa
Commits
2e6920b5
Commit
2e6920b5
authored
5 years ago
by
Ali Can Demiralp
Browse files
Options
Downloads
Patches
Plain Diff
Adjustments.
parent
bb9e74b7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bootstrap.sh
+1
-5
1 addition, 5 deletions
bootstrap.sh
with
1 addition
and
5 deletions
bootstrap.sh
+
1
−
5
View file @
2e6920b5
...
...
@@ -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-triple
t
s
=
../../utility/vcpkg/
cd
..
cmake
-DCMAKE_TOOLCHAIN_FILE
=
./vcpkg/scripts/buildsystems/vcpkg.cmake ..
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment