[Git][debian-gis-team/python-pdal][upstream] 2 commits: New upstream version 2.1.7+ds

Bas Couwenberg gitlab at salsa.debian.org
Thu Nov 22 06:09:25 GMT 2018


Bas Couwenberg pushed to branch upstream at Debian GIS Project / python-pdal


Commits:
807228a1 by Bas Couwenberg at 2018-11-22T06:01:30Z
New upstream version 2.1.7+ds
- - - - -
9e738e52 by Bas Couwenberg at 2018-11-22T06:01:39Z
New upstream version 2.1.8+ds
- - - - -


4 changed files:

- PKG-INFO
- VERSION.txt
- pdal/__init__.py
- setup.py


Changes:

=====================================
PKG-INFO
=====================================
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: PDAL
-Version: 2.1.6
+Version: 2.1.8
 Summary: Point cloud data processing
 Home-page: http://pdal.io
 Author: Howard Butler


=====================================
VERSION.txt
=====================================
@@ -1 +1 @@
-2.1.6
\ No newline at end of file
+2.1.8
\ No newline at end of file


=====================================
pdal/__init__.py
=====================================
@@ -1,4 +1,4 @@
-__version__='2.1.6'
+__version__='2.1.8'
 
 from .pipeline import Pipeline
 from .array import Array


=====================================
setup.py
=====================================
@@ -166,20 +166,19 @@ if os.name in ['nt']:
     if os.environ.get('CONDA_PREFIX'):
         prefix=os.path.expandvars('%CONDA_PREFIX%')
         library_dirs = ['%s\Library\lib' % prefix]
-        
+
     libraries = ['pdalcpp','pdal_util','ws2_32']
     if PDALVERSION >= Version('1.8'):
         libraries.append('libpdal_plugin_reader_numpy')
 
     extra_compile_args = ['/DNOMINMAX',]
 
-if 'linux' in sys.platform or 'linux2' in sys.platform:
+if 'linux' in sys.platform or 'linux2' in sys.platform or 'darwin' in sys.platform:
+    extra_compile_args += ['-std=c++11', '-Wno-unknown-pragmas']
     if 'GCC' in sys.version:
         # try to ensure the ABI for Conda GCC 4.8
         if '4.8' in sys.version:
             extra_compile_args += ['-D_GLIBCXX_USE_CXX11_ABI=0']
-elif 'darwin' in sys.platform:
-    extra_compile_args += ['-std=c++11', '-Wno-unknown-pragmas']
 
 
 



View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pdal/compare/7e16fe79ffe73363f33d3aba4104a034352ea524...9e738e52b884fc508ae2f5a5b7d86943a7f029ba

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pdal/compare/7e16fe79ffe73363f33d3aba4104a034352ea524...9e738e52b884fc508ae2f5a5b7d86943a7f029ba
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20181122/c22d00e7/attachment-0001.html>


More information about the Pkg-grass-devel mailing list