Skip to content

Commit

Permalink
Merge branch 'beta' of github.com:ggarra13/mrv2 into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Apr 12, 2024
2 parents 1eafb9a + 4aa80cf commit 3785e21
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/runme_minimal.sh
Expand Up @@ -27,7 +27,7 @@ params=$*
#
. etc/build_dir.sh

export BUILD_DIR=$BUILD_DIR-minimal
export BUILD_DIR=BUILD-$KERNEL-$ARCH-minimal/${CMAKE_BUILD_TYPE}
mkdir -p $BUILD_DIR


Expand All @@ -44,7 +44,7 @@ echo "Saving compile log to $BUILD_DIR/compile.log ..."
#
# These are some of the expensive mrv2 options
#
export BUILD_PYTHON=ON
export BUILD_PYTHON=OFF
export MRV2_PYFLTK=OFF
export MRV2_PYBIND11=OFF
export MRV2_NETWORK=OFF
Expand Down
1 change: 1 addition & 0 deletions cmake/Modules/BuildFLTK.cmake
Expand Up @@ -68,6 +68,7 @@ ExternalProject_Add(
-DFLTK_BUILD_HTML_DOCS=OFF
-DFLTK_BUILD_TEST=OFF
-DFLTK_BUILD_SHARED_LIBS=${FLTK_BUILD_SHARED_LIBS}
-DFLTK_USE_SYSTEM_LIBDECOR=1
-DFLTK_USE_SYSTEM_ZLIB=1
-DFLTK_USE_SYSTEM_LIBJPEG=1
-DFLTK_USE_SYSTEM_LIBPNG=1
Expand Down
3 changes: 3 additions & 0 deletions mrv2/docs/HISTORY.md
Expand Up @@ -23,6 +23,9 @@ v1.1.2
change in tlRender broke it.
- Updated mrv2 to Python 3.11 to conform to the VFX 2024 Platform.
- Python 3.11 on Windows is now built with optimizations on.
- Updated mrv2's glfw3 to 3.4.
- Updated mrv2's FLTK build to use the system libdecor
(needs v0.2.2 at least).


v1.1.1
Expand Down
2 changes: 1 addition & 1 deletion tlRender

0 comments on commit 3785e21

Please sign in to comment.