spack/var/spack/repos/builtin/packages/c-blosc
Toyohisa Kameyama 567cef7ae3 c-blosc package: Add -std=gnu99 flag for gcc (#11959)
When building with GCC, c-blosc requires the -std=gnu99 flag.
Before this patch, the build would only add -std=gnu99 for GCC when
building on specific architectures; this adds -std=gnu99 in all cases
when using GCC.
2019-08-05 18:04:16 -07:00
..
gcc.patch c-blosc package: Add -std=gnu99 flag for gcc (#11959) 2019-08-05 18:04:16 -07:00
package.py c-blosc package: Add -std=gnu99 flag for gcc (#11959) 2019-08-05 18:04:16 -07:00
test_forksafe.patch