[Git][debian-gis-team/python-pdal][master] 5 commits: New upstream version 2.1.7+ds
Bas Couwenberg
gitlab at salsa.debian.org
Thu Nov 22 06:09:23 GMT 2018
Bas Couwenberg pushed to branch master 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
- - - - -
1b31e8df by Bas Couwenberg at 2018-11-22T06:01:41Z
Merge tag 'upstream/2.1.8+ds'
Upstream version 2.1.8+ds
- - - - -
b419ddee by Bas Couwenberg at 2018-11-22T06:01:54Z
New upstream release.
- - - - -
67e1ed21 by Bas Couwenberg at 2018-11-22T06:02:43Z
Set distribution to unstable.
- - - - -
5 changed files:
- PKG-INFO
- VERSION.txt
- debian/changelog
- 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
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+python-pdal (2.1.8+ds-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Bas Couwenberg <sebastic at debian.org> Thu, 22 Nov 2018 07:02:34 +0100
+
python-pdal (2.1.6+ds-1) unstable; urgency=medium
* New upstream release.
=====================================
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/b94d137a3b4934da76d979ebdf16a96461ce0ba8...67e1ed2133ad5b88b8f4e3e0d37f32810613cb2d
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pdal/compare/b94d137a3b4934da76d979ebdf16a96461ce0ba8...67e1ed2133ad5b88b8f4e3e0d37f32810613cb2d
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/17aab8fd/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list