python/pytest-regressions: update to 2.6.0
[oi-userland.git] / components / scientific / hdf5 / patches / hdf5-01-config-solaris.patch
blob6ca55d9edeb7f271c9aeee79311138efebe14c99
1 --- hdf5-1.8.18/config/solaris.orig 2017-02-03 21:05:39.824699478 +0100
2 +++ hdf5-1.8.18/config/solaris 2017-02-03 21:07:52.636271572 +0100
3 @@ -105,7 +105,6 @@
5 # Try solaris native compiler flags
6 if test -z "$cxx_flags_set"; then
7 - H5_CXXFLAGS="$H5_CXXFLAGS -instances=static"
8 H5_CPPFLAGS="$H5_CPPFLAGS -LANG:std"
9 # -g produces rather slow code. "-g -O" produces much faster code with some
10 # loss of debugger functions such as not able to print local variables.