diff options
| author | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-08-15 02:47:52 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-08-15 02:47:52 +0000 |
| commit | 5954d462bdf9825f9ff911237aaba2d9eb131c8c (patch) | |
| tree | d9621cd42298e2d8da0fc4fb4d812a982b590e2c /dev-python/pytables | |
| parent | 00dcd14aaae657d77a63015daee8e2aa8e6b1d30 (diff) | |
| download | baldeagleos-repo-5954d462bdf9825f9ff911237aaba2d9eb131c8c.tar.gz baldeagleos-repo-5954d462bdf9825f9ff911237aaba2d9eb131c8c.tar.xz baldeagleos-repo-5954d462bdf9825f9ff911237aaba2d9eb131c8c.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/pytables')
| -rw-r--r-- | dev-python/pytables/pytables-3.4.4.ebuild | 8 | ||||
| -rw-r--r-- | dev-python/pytables/pytables-3.6.1.ebuild | 4 |
2 files changed, 0 insertions, 12 deletions
diff --git a/dev-python/pytables/pytables-3.4.4.ebuild b/dev-python/pytables/pytables-3.4.4.ebuild index c92d14b48aad..4c098a1ffc35 100644 --- a/dev-python/pytables/pytables-3.4.4.ebuild +++ b/dev-python/pytables/pytables-3.4.4.ebuild @@ -51,14 +51,6 @@ python_prepare_all() { distutils-r1_python_prepare_all } -python_compile() { - if ! python_is_python3; then - local -x CFLAGS="${CFLAGS}" - append-cflags -fno-strict-aliasing - fi - distutils-r1_python_compile -} - python_test() { cd "${BUILD_DIR}"/lib* || die ${EPYTHON} tables/tests/test_all.py || die diff --git a/dev-python/pytables/pytables-3.6.1.ebuild b/dev-python/pytables/pytables-3.6.1.ebuild index ac088affbd60..8c7d179951a8 100644 --- a/dev-python/pytables/pytables-3.6.1.ebuild +++ b/dev-python/pytables/pytables-3.6.1.ebuild @@ -52,10 +52,6 @@ python_prepare_all() { } python_compile() { - if ! python_is_python3; then - local -x CFLAGS="${CFLAGS}" - append-cflags -fno-strict-aliasing - fi distutils-r1_python_compile -j1 } |
