forked from schillij95/volume-cartographer-papyrus
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into pr/spacegaier/3
- Loading branch information
Showing
52 changed files
with
7,238 additions
and
1,913 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
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 |
---|---|---|
|
@@ -50,4 +50,7 @@ docs/html/ | |
cmake-build*/ | ||
|
||
# VS Code | ||
.vscode/ | ||
.vscode/ | ||
|
||
# personal | ||
*.txt |
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,6 +1,9 @@ | ||
FROM ghcr.io/educelab/ci-docker:dynamic.12.0 | ||
MAINTAINER Seth Parker <[email protected]> | ||
|
||
RUN apt-get update && apt-get upgrade -y | ||
RUN apt-get install -y libsdl2-dev libgsl-dev | ||
|
||
# Install volcart | ||
COPY ./ /volume-cartographer/ | ||
RUN export CMAKE_PREFIX_PATH="/usr/local/Qt-6.6.1/" \ | ||
|
@@ -10,6 +13,7 @@ RUN export CMAKE_PREFIX_PATH="/usr/local/Qt-6.6.1/" \ | |
-GNinja \ | ||
-DCMAKE_BUILD_TYPE=Release \ | ||
-DCMAKE_INSTALL_RPATH=/usr/local/Qt-6.6.1/lib \ | ||
-DSDL2_DIR=/usr/lib/x86_64-linux-gnu/ \ | ||
-DVC_BUILD_ACVD=ON \ | ||
&& cmake --build /volume-cartographer/build/ \ | ||
&& cmake --install /volume-cartographer/build/ \ | ||
|
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
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
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.
Oops, something went wrong.