Skip to content

Commit 05fc49d

Browse files
authored
Merge pull request #208 from casacore/wheel_datadir
Hardcode data path to that used in KERN / ubuntu
2 parents 901e7d0 + e5b5568 commit 05fc49d

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

manylinux2010/wheel27.docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ RUN cmake .. \
6464
-DPYTHON2_EXECUTABLE=/opt/python/${TARGET}/bin/python \
6565
-DPYTHON_INCLUDE_DIR=/opt/python/${TARGET}/include/python${PYMAJOR}.${PYMINOR}/ \
6666
-DBUILD_TESTING=OFF \
67-
-DDATA_DIR=/build \
67+
-DDATA_DIR=/usr/share/casacore/data \
6868
-DBUILD_PYTHON3=OFF \
6969
-DCMAKE_INSTALL_PREFIX=/usr/local \
7070
-DBOOST_ROOT=/opt/boost \

manylinux2010/wheel34.docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ RUN cmake .. \
6565
-DPYTHON3_EXECUTABLE=/opt/python/${TARGET}/bin/python \
6666
-DPYTHON_INCLUDE_DIR=/opt/python/${TARGET}/include/python${PYMAJOR}.${PYMINOR}m/ \
6767
-DBUILD_TESTING=OFF \
68-
-DDATA_DIR=/build \
68+
-DDATA_DIR=/usr/share/casacore/data \
6969
-DBUILD_PYTHON3=ON \
7070
-DBUILD_PYTHON=OFF \
7171
-DCMAKE_INSTALL_PREFIX=/usr/local \

manylinux2010/wheel35.docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ RUN cmake .. \
6565
-DPYTHON3_EXECUTABLE=/opt/python/${TARGET}/bin/python \
6666
-DPYTHON_INCLUDE_DIR=/opt/python/${TARGET}/include/python${PYMAJOR}.${PYMINOR}m/ \
6767
-DBUILD_TESTING=OFF \
68-
-DDATA_DIR=/build \
68+
-DDATA_DIR=/usr/share/casacore/data \
6969
-DBUILD_PYTHON3=ON \
7070
-DBUILD_PYTHON=OFF \
7171
-DCMAKE_INSTALL_PREFIX=/usr/local \

manylinux2010/wheel36.docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ RUN cmake .. \
6565
-DPYTHON3_EXECUTABLE=/opt/python/${TARGET}/bin/python \
6666
-DPYTHON_INCLUDE_DIR=/opt/python/${TARGET}/include/python${PYMAJOR}.${PYMINOR}m/ \
6767
-DBUILD_TESTING=OFF \
68-
-DDATA_DIR=/build \
68+
-DDATA_DIR=/usr/share/casacore/data \
6969
-DBUILD_PYTHON3=ON \
7070
-DBUILD_PYTHON=OFF \
7171
-DCMAKE_INSTALL_PREFIX=/usr/local \

manylinux2010/wheel37.docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ RUN cmake .. \
6565
-DPYTHON3_EXECUTABLE=/opt/python/${TARGET}/bin/python \
6666
-DPYTHON_INCLUDE_DIR=/opt/python/${TARGET}/include/python${PYMAJOR}.${PYMINOR}m/ \
6767
-DBUILD_TESTING=OFF \
68-
-DDATA_DIR=/build \
68+
-DDATA_DIR=/usr/share/casacore/data \
6969
-DBUILD_PYTHON3=ON \
7070
-DBUILD_PYTHON=OFF \
7171
-DCMAKE_INSTALL_PREFIX=/usr/local \

manylinux2010/wheel38.docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ RUN cmake .. \
6464
-DPYTHON3_EXECUTABLE=/opt/python/${TARGET}/bin/python \
6565
-DPYTHON_INCLUDE_DIR=/opt/python/${TARGET}/include/python${PYMAJOR}.${PYMINOR}/ \
6666
-DBUILD_TESTING=OFF \
67-
-DDATA_DIR=/build \
67+
-DDATA_DIR=/usr/share/casacore/data \
6868
-DBUILD_PYTHON3=ON \
6969
-DBUILD_PYTHON=OFF \
7070
-DCMAKE_INSTALL_PREFIX=/usr/local \

0 commit comments

Comments
 (0)