Skip to content

Commit

Permalink
Update to libraw 0.21.1 (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
letmaik authored Feb 5, 2023
1 parent 6c8a11a commit 1a10753
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/scripts/build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ pushd external/LibRaw-cmake
mkdir build
cd build
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
-DLIBRAW_PATH=$libraw_dir \
-DENABLE_X3FTOOLS=ON \
-DENABLE_6BY9RPI=ON \
Expand All @@ -80,8 +81,6 @@ cmake .. \
-DCMAKE_BUILD_TYPE=Release
make
make install -j$(nproc)
echo "/usr/local/lib" | tee /etc/ld.so.conf.d/99local.conf
ldconfig
popd

# Install matplotlib (a scikit-image dependency) dependencies
Expand Down
2 changes: 1 addition & 1 deletion external/LibRaw
Submodule LibRaw updated 146 files
2 changes: 1 addition & 1 deletion rawpy/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.17.3"
__version__ = "0.18.0"

0 comments on commit 1a10753

Please sign in to comment.