Skip to content

Commit

Permalink
Target TileDB 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ihnorton committed Jul 18, 2019
1 parent 086539e commit fc1fd97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions misc/pypi_linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ ENV CMAKE /opt/python/cp27-cp27mu/bin/cmake

###############################################
# settings (B)
ENV TILEDB_VERSION dev
ENV TILEDB_PY_VERSION dev
ENV TILEDB_VERSION 1.6.0
ENV TILEDB_PY_VERSION 0.4.3
###############################################
# 1) Nothing builds under GCC 4.8 due to default constructor unused-parameter warnings
# 2) adding -lrt as a work-around for now because python2.7 doesn't link it, but it
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def get_zipfile(url):
from sys import version_info as ver

# Target branch
TILEDB_VERSION = "dev"
TILEDB_VERSION = "1.6.0"
# allow overriding w/ environment variable
TILEDB_VERSION = os.environ.get("TILEDB_VERSION") or TILEDB_VERSION

Expand Down

0 comments on commit fc1fd97

Please sign in to comment.