File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ endif()
6
6
7
7
# ############
8
8
# Define Project
9
- project (triqs_ctseg-J VERSION 3.3 .0 LANGUAGES C CXX )
9
+ project (triqs_ctseg-J VERSION 3.2 .0 LANGUAGES C CXX )
10
10
get_directory_property (IS_SUBPROJECT PARENT_DIRECTORY )
11
11
12
12
# ############
13
13
# Load TRIQS and CPP2PY
14
- find_package (TRIQS 3.3 REQUIRED )
14
+ find_package (TRIQS 3.2 REQUIRED )
15
15
16
16
# Get the git hash & print status
17
17
triqs_get_git_hash_of_source_dir (PROJECT_GIT_HASH )
@@ -150,7 +150,7 @@ if(BUILD_DEBIAN_PACKAGE AND NOT IS_SUBPROJECT)
150
150
set (CPACK_PACKAGE_VERSION ${PROJECT_VERSION} )
151
151
set (CPACK_PACKAGE_CONTACT "https://github.com/TRIQS/ctseg-J" )
152
152
execute_process (COMMAND dpkg --print-architecture OUTPUT_VARIABLE CMAKE_DEBIAN_PACKAGE_ARCHITECTURE OUTPUT_STRIP_TRAILING_WHITESPACE )
153
- set (CPACK_DEBIAN_PACKAGE_DEPENDS "triqs (>= 3.3 )" )
153
+ set (CPACK_DEBIAN_PACKAGE_DEPENDS "triqs (>= 3.2 )" )
154
154
set (CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON )
155
155
set (CPACK_DEBIAN_PACKAGE_GENERATE_SHLIBS ON )
156
156
include (CPack )
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies = [
27
27
('GMP', '6.2.1'),
28
28
('HDF5', '1.10.7'),
29
29
('Mako', '1.1.4'),
30
- ('TRIQS', '3.3 .0'),
30
+ ('TRIQS', '3.2 .0'),
31
31
('NFFT', '3.5.2')
32
32
]
33
33
You can’t perform that action at this time.
0 commit comments