[silo-llnl] 03/21: WIP: enable more python3

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jul 28 11:55:35 UTC 2017


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch debian/master
in repository silo-llnl.

commit cf028356098f7674143e17953112351c16cdf8de
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Mon Sep 7 22:22:04 2015 +0100

    WIP: enable more python3
---
 debian/control | 21 +++++++++++++++++++++
 debian/rules   |  2 +-
 2 files changed, 22 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index daf7733..aed1adb 100644
--- a/debian/control
+++ b/debian/control
@@ -102,3 +102,24 @@ Description: Python interface to the SILO Scientific I/O library
  other useful objects to address various scientific computing application
  needs. Although the Silo library is a serial library, it has some key features
  which enable it to be applied quite effectively and scalable in parallel.
+
+Package: python3-silo
+Section: python
+Architecture: any
+X-Python-Version: all
+Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}, libsiloh5-0 (=${binary:Version})
+Provides: ${python3:Provides}
+Description: Python3 interface to the SILO Scientific I/O library
+ This is a Python3 interface to SILO, a scientific I/O library.
+ .
+ Silo supports gridless (point) meshes, structured meshes, unstructured-zoo
+ and unstructured-arbitrary-polyhedral meshes, block structured AMR meshes,
+ constructive solid geometry (CSG) meshes, piecewise-constant
+ (e.g. zone-centered) and piecewise-linear (e.g. node-centered) variables
+ defined on the node, edge, face or volume elements of meshes as well as
+ the decomposition of meshes into arbitrary subset hierarchies including
+ materials and mixing materials. In addition, Silo supports a wide variety of
+ other useful objects to address various scientific computing application
+ needs. Although the Silo library is a serial library, it has some key features
+ which enable it to be applied quite effectively and scalable in parallel.
+
diff --git a/debian/rules b/debian/rules
index 32be3fa..5394f12 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,7 @@ QT_INCLUDES:=-I/usr/include/$(QT) -I/usr/include/$(QT)/QtGui -I/usr/include/$(QT
 
 DEFAULT_PYTHON:=`pyversions -d`
 PYVERS:= `pyversions -s`
-PY3VERS:= 
+PY3VERS:= `py3versions -s`
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 QT_BINDIR=/usr/lib/$(DEB_HOST_MULTIARCH)/bin
 LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/silo-llnl.git



More information about the debian-science-commits mailing list