File: enable-silo.patch

package info (click to toggle)
python-escript 5.6-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 144,252 kB
  • sloc: python: 592,062; cpp: 136,909; ansic: 18,675; javascript: 9,411; xml: 3,384; sh: 740; makefile: 203
file content (15 lines) | stat: -rw-r--r-- 569 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: python-escript-5.6/scons/templates/sid_options.py
===================================================================
--- python-escript-5.6.orig/scons/templates/sid_options.py
+++ python-escript-5.6/scons/templates/sid_options.py
@@ -34,8 +34,8 @@ netcdf = 4
 umfpack_prefix = ['/usr/include/suitesparse', '/usr/lib']
 umfpack_libs = ['umfpack', 'blas', 'amd']
 lapack_prefix = ['/usr/include/atlas', '/usr/lib/atlas-base']
-#silo = True
-silo_libs = ['siloh5', 'hdf5_openmpi']
+silo = True
+silo_libs = ['siloh5']
 dudley_assemble_flags = '-funroll-loops'