Package: ball / 1.5.0+git20180813.37fc53c-11.1

Metadata

Package Version Patches format
ball 1.5.0+git20180813.37fc53c-11.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
python3.patch | (download)

CMakeLists.txt | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 stop using python 2 to build, make a python 3 module instead


fix ftbfs char.patch | (download)

include/BALL/DATATYPE/hashGrid.h | 2 1 + 1 - 0 !
source/DATATYPE/hashGrid.C | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix ftbfs on architectures where char is unsigned
missing_GLEW | (download)

source/APPLICATIONS/BALLVIEW/CMakeLists.txt | 2 1 + 1 - 0 !
test/CMakeLists.txt | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 fix build by adding missing glew


2to3.patch | (download)

data/Amber/converter/parmConverter.py | 20 10 + 10 - 0 !
1 file changed, 10 insertions(+), 10 deletions(-)

 use 2to3 to convert python2 script to python3