[arch-commits] Commit in python-netcdf4/trunk (fix-cdf5-test.patch)
Bruno Pagani
archange at archlinux.org
Wed May 23 20:53:04 UTC 2018
Date: Wednesday, May 23, 2018 @ 20:53:04
Author: archange
Revision: 328469
Cleanup
Deleted:
python-netcdf4/trunk/fix-cdf5-test.patch
---------------------+
fix-cdf5-test.patch | 13 -------------
1 file changed, 13 deletions(-)
Deleted: fix-cdf5-test.patch
===================================================================
--- fix-cdf5-test.patch 2018-05-23 20:52:27 UTC (rev 328468)
+++ fix-cdf5-test.patch 2018-05-23 20:53:04 UTC (rev 328469)
@@ -1,13 +0,0 @@
-diff --git a/setup.py b/setup.py
---- a/setup.py
-+++ b/setup.py
-@@ -81,7 +81,7 @@ def check_api(inc_dirs):
- has_cdf5 = False
- for line in open(ncmetapath):
- if line.startswith('#define NC_HAS_CDF5'):
-- has_cdf5 = True
-+ has_cdf5_format = bool(int(line.split()[2]))
- break
-
- return has_rename_grp, has_nc_inq_path, has_nc_inq_format_extended, \
-
More information about the arch-commits
mailing list