-
-
Notifications
You must be signed in to change notification settings - Fork 830
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 #1169 from alicevision/dev/feature_OutputInACEScgC…
…olorSpace Dev/feature output in ACES or ACEScg color space
- Loading branch information
Showing
11 changed files
with
689 additions
and
29 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
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 |
---|---|---|
|
@@ -27,6 +27,7 @@ LABEL maintainer="AliceVision Team [email protected]" | |
ENV AV_DEV=/opt/AliceVision_git \ | ||
AV_BUILD=/tmp/AliceVision_build \ | ||
AV_INSTALL=/opt/AliceVision_install \ | ||
AV_BUNDLE=/opt/AliceVision_bundle \ | ||
PATH="${PATH}:${AV_BUNDLE}" \ | ||
VERBOSE=1 | ||
|
||
|
@@ -52,7 +53,8 @@ RUN cmake -DCMAKE_BUILD_TYPE=Release \ | |
-DALICEVISION_BUILD_DOC:BOOL=OFF \ | ||
-DALICEVISION_BUILD_EXAMPLES:BOOL=OFF \ | ||
"${AV_DEV}" && \ | ||
make install -j"$(nproc)" && \ | ||
rm -rf "${AV_BUILD}" "${AV_DEV}" && \ | ||
echo "export ALICEVISION_SENSOR_DB=${AV_INSTALL}/share/aliceVision/cameraSensors.db" >> /etc/profile.d/alicevision.sh | ||
|
||
make install -j"$(nproc)" && \ | ||
make bundle && \ | ||
rm -rf "${AV_BUILD}" "${AV_DEV}" && \ | ||
echo "export ALICEVISION_SENSOR_DB=${AV_BUNDLE}/share/aliceVision/cameraSensors.db" >> /etc/profile.d/alicevision.sh && \ | ||
echo "export ALICEVISION_ROOT=${AV_BUNDLE}" >> /etc/profile.d/alicevision.sh |
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
Oops, something went wrong.