Skip to content

Commit 4643909

Browse files
authored
Comment out [email protected] because of build errors with basic gcc stack (spack#48478)
* Comment out [email protected] because of build errors with basic gcc stack * Also comment out 1.3.0-specific depends_on lines
1 parent 16734cd commit 4643909

File tree

1 file changed

+10
-4
lines changed
  • var/spack/repos/builtin/packages/py-arrow

1 file changed

+10
-4
lines changed

var/spack/repos/builtin/packages/py-arrow/package.py

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,28 @@ class PyArrow(PythonPackage):
1616
homepage = "https://arrow.readthedocs.io/en/latest/"
1717
pypi = "arrow/arrow-0.16.0.tar.gz"
1818

19+
maintainers("climbfuji")
20+
1921
license("Apache-2.0")
2022

21-
version("1.3.0", sha256="d4540617648cb5f895730f1ad8c82a65f2dad0166f57b75f3ca54759c4d67a85")
23+
# https://github.com/spack/spack/issues/48477
24+
# version("1.3.0", sha256="d4540617648cb5f895730f1ad8c82a65f2dad0166f57b75f3ca54759c4d67a85")
2225
version("1.2.3", sha256="3934b30ca1b9f292376d9db15b19446088d12ec58629bc3f0da28fd55fb633a1")
2326
version("1.2.2", sha256="05caf1fd3d9a11a1135b2b6f09887421153b94558e5ef4d090b567b47173ac2b")
2427
version("1.2.1", sha256="c2dde3c382d9f7e6922ce636bf0b318a7a853df40ecb383b29192e6c5cc82840")
2528
version("0.16.0", sha256="92aac856ea5175c804f7ccb96aca4d714d936f1c867ba59d747a8096ec30e90a")
2629
version("0.14.7", sha256="67f8be7c0cf420424bc62d8d7dc40b44e4bb2f7b515f9cc2954fb36e35797656")
2730
version("0.14.1", sha256="2d30837085011ef0b90ff75aa0a28f5c7d063e96b7e76b6cbc7e690310256685")
2831

29-
depends_on("[email protected]:", type=("build", "run"), when="@1.3:")
32+
# https://github.com/spack/spack/issues/48477
33+
# depends_on("[email protected]:", type=("build", "run"), when="@1.3:")
3034
depends_on("[email protected]:", type=("build", "run"), when="@1.2.1:")
3135
depends_on("[email protected]:2.8,3.5:", type=("build", "run"), when="@:0.16.0")
3236
depends_on("py-setuptools", type="build", when="@:1.2")
33-
depends_on("[email protected]:3", type="build", when="@1.3:")
37+
# https://github.com/spack/spack/issues/48477
38+
# depends_on("[email protected]:3", type="build", when="@1.3:")
3439
depends_on("py-python-dateutil", type=("build", "run"))
3540
depends_on("py-typing-extensions", type=("build", "run"), when="@1.2.1:1.2 ^python@:3.7")
3641
depends_on("[email protected]:", type=("build", "run"), when="@1.2.1:")
37-
depends_on("[email protected]:", type=("build", "run"), when="@1.3:")
42+
# https://github.com/spack/spack/issues/48477
43+
# depends_on("[email protected]:", type=("build", "run"), when="@1.3:")

0 commit comments

Comments
 (0)