File: ABICompability.diff

package info (click to toggle)
libcgns 3.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 11,344 kB
  • sloc: ansic: 102,602; f90: 14,049; fortran: 10,039; tcl: 9,199; sh: 6,613; makefile: 1,616; csh: 152
file content (16 lines) | stat: -rw-r--r-- 506 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: cgnslib_3.1/CMakeLists.txt
===================================================================
--- cgnslib_3.1.orig/CMakeLists.txt	2011-04-13 00:39:35.000000000 +0200
+++ cgnslib_3.1/CMakeLists.txt	2011-04-13 00:39:49.000000000 +0200
@@ -269,6 +269,11 @@
 # which point to directories outside the build tree to the install RPATH
 set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
 
+ENABLE_64BIT:BOOL=OFF
+ENABLE_HDF5:BOOL=ON
+ENABLE_LEGACY:BOOL=ON
+ENABLE_SCOPING:BOOL=ON
+
 ########
 # CGNS #
 ########