]> git.pld-linux.org Git - packages/python3-numpy.git/commitdiff
- requires /dev/shm for build and tests stage
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 3 Sep 2022 06:58:43 +0000 (08:58 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 3 Sep 2022 06:58:43 +0000 (08:58 +0200)
python3-numpy.spec

index eb8a034403babe03ec49db4881543874f1d55872..e68fe4b7ed0cc9f26c7ff83dd7135fbc8dbdd350 100644 (file)
@@ -16,6 +16,9 @@ Source0:      https://github.com/numpy/numpy/releases/download/v%{version}/%{module}-
 # Source0-md5: 5b506b01ef454f39272ca75de1c7f61c
 Patch0:                %{name}-deprecated.patch
 URL:           https://github.com/numpy/numpy
+%if "%(test -w /dev/shm ; echo $?)" != "0"
+BuildRequires: WRITABLE(/dev/shm)
+%endif
 BuildRequires: gcc-fortran
 BuildRequires: lapack-devel >= 3.1.1-2
 BuildRequires: python3-Cython >= 0.29.24
This page took 0.125284 seconds and 4 git commands to generate.