Skip to content

Commit

Permalink
DESERT Release 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fedefava86 committed Feb 2, 2021
1 parent 1842e4a commit c857ea2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
3.2.2 - 2021-02-02
* Update zlib to Latest
* Fix hd5 to use local zlib
* Fix tclcl installation of zlib
* Fixes on doxygen and minor improvements

3.2.0 - 2020-26-10
* Various fixes on uwApplication
* Improvements and new features on uwpolling
Expand Down
3 changes: 2 additions & 1 deletion DESERT_Framework/Installer/installDESERT_LOCAL.sh
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ build_TCLCL() {
--build=${HOST} \
--with-tcl=../tcl-${TCL_VERSION}/ \
--with-tcl-ver=8.4 \
--with-zlib=../zlib-${ZLIB_VERSION} \
--with-zlib=${DEST_FOLDER} \
--exec-prefix=${DEST_FOLDER} \
>> "${currentBuildLog}/tclcl-${TCLCL_VERSION}-$*.log" 2>&1
if [ $? -ne 0 ] ; then
Expand Down Expand Up @@ -724,6 +724,7 @@ build_HDF5() {
--host=${ARCH} \
--build=${HOST} \
--enable-shared \
--with-zlib=${DEST_FOLDER} \
--prefix=${DEST_FOLDER} \
>> "${currentBuildLog}/hdf5-${HDF5_VERSION}-$*.log" 2>&1
if [ $? -ne 0 ]; then
Expand Down
2 changes: 1 addition & 1 deletion DESERT_Framework/commonVariables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export LOG_DIR_BUILD=""
export PATCHES_TAR_FILE=${ROOT_DESERT}/patches.tar.gz
export PATCHES_DIR=patches

export ZLIB_VERSION=1.2.7
export ZLIB_VERSION=1.2.11
export ZLIB_TAR_FILE=${ROOT_DESERT}/zlib-${ZLIB_VERSION}.tar.gz
export ZLIB_DIR=zlib-${ZLIB_VERSION}

Expand Down
Binary file added DESERT_Framework/zlib-1.2.11.tar.gz
Binary file not shown.

0 comments on commit c857ea2

Please sign in to comment.