This repository has been archived by the owner on Jan 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from vvolkl/release-1.0.7
Release 1.0.7
- Loading branch information
Showing
64 changed files
with
1,258 additions
and
13,256 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
|
||
integration | ||
build | ||
install | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
mkdir build install || true | ||
mkdir build install integration || true | ||
git submodule add https://github.com/pybind/pybind11 python/pybind11 || true | ||
cd python | ||
patch -p1 -t < python2.7.patch || true | ||
cd build | ||
cmake .. -DCMAKE_INSTALL_PREFIX=../install -Dtricktrack_logger=ON -Dtricktrack_logger_standalone=ON -Dtricktrack_python=ON | ||
cd ../build | ||
cmake .. -DCMAKE_INSTALL_PREFIX=../install -Dtricktrack_python=ON | ||
make install -j 4 | ||
make test | ||
cd .. | ||
export CMAKE_PREFIX_PATH=$CMAKE_PREFIX_PATH:$PWD/install | ||
cd integration | ||
cmake ../tests/integration | ||
make -j 4 | ||
make test | ||
cd .. | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.