Skip to content

Commit

Permalink
Merge pull request #205 from TileDB-Inc/an/sc-12494/update_to_TileDB_…
Browse files Browse the repository at this point in the history
…2.5.2

Update to TileDB 2.5.2
  • Loading branch information
antalakas authored Nov 29, 2021
2 parents 3a619d4 + 009ba25 commit 250b36e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/install_tiledb_linux.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set -e -x
curl --location -o tiledb.tar.gz https://github.com/TileDB-Inc/TileDB/releases/download/2.5.1/tiledb-linux-x86_64-2.5.1-5b65a96.tar.gz \
curl --location -o tiledb.tar.gz https://github.com/TileDB-Inc/TileDB/releases/download/2.5.2/tiledb-linux-x86_64-2.5.2-f9c058f.tar.gz \
&& sudo tar -C /usr/local -xf tiledb.tar.gz
sudo ldconfig /usr/local/lib
2 changes: 1 addition & 1 deletion .github/scripts/install_tiledb_linux_debug.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set -e -x
git clone https://github.com/TileDB-Inc/TileDB.git -b 2.5.1
git clone https://github.com/TileDB-Inc/TileDB.git -b 2.5.2
cd TileDB
mkdir build && cd build
cmake -DSANITIZER=leak -DTILEDB_VERBOSE=OFF -DTILEDB_S3=ON -DTILEDB_SERIALIZATION=ON -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr/local ..
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/install_tiledb_macos.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
set -e -x
curl --location -o tiledb.tar.gz https://github.com/TileDB-Inc/TileDB/releases/download/2.5.1/tiledb-macos-x86_64-2.5.1-5b65a96.tar.gz \
curl --location -o tiledb.tar.gz https://github.com/TileDB-Inc/TileDB/releases/download/2.5.2/tiledb-macos-x86_64-2.5.2-f9c058f.tar.gz \
&& sudo tar -C /usr/local -xf tiledb.tar.gz
2 changes: 1 addition & 1 deletion .github/scripts/install_tiledb_source_linux.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set -e -x
git clone https://github.com/TileDB-Inc/TileDB.git -b 2.5.1
git clone https://github.com/TileDB-Inc/TileDB.git -b 2.5.2
cd TileDB
mkdir build && cd build
cmake -DTILEDB_VERBOSE=OFF -DTILEDB_S3=ON -DTILEDB_SERIALIZATION=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local ..
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/install_tiledb_source_macos.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set -e -x
git clone https://github.com/TileDB-Inc/TileDB.git -b 2.5.1
git clone https://github.com/TileDB-Inc/TileDB.git -b 2.5.2
cd TileDB
mkdir build && cd build
cmake -DTILEDB_VERBOSE=OFF -DTILEDB_S3=ON -DTILEDB_SERIALIZATION=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local ..
Expand Down

0 comments on commit 250b36e

Please sign in to comment.