Skip to content

Commit 74d886e

Browse files
committed
[cmake] Change Version numbers back to 3.2
1 parent 9863e87 commit 74d886e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ endif()
66

77
# ############
88
# 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)
1010
get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY)
1111

1212
# ############
1313
# Load TRIQS and CPP2PY
14-
find_package(TRIQS 3.3 REQUIRED)
14+
find_package(TRIQS 3.2 REQUIRED)
1515

1616
# Get the git hash & print status
1717
triqs_get_git_hash_of_source_dir(PROJECT_GIT_HASH)
@@ -150,7 +150,7 @@ if(BUILD_DEBIAN_PACKAGE AND NOT IS_SUBPROJECT)
150150
set(CPACK_PACKAGE_VERSION ${PROJECT_VERSION})
151151
set(CPACK_PACKAGE_CONTACT "https://github.com/TRIQS/ctseg-J")
152152
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)")
154154
set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)
155155
set(CPACK_DEBIAN_PACKAGE_GENERATE_SHLIBS ON)
156156
include(CPack)

packaging/TRIQS-ctseg-foss-2021b.eb.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
('GMP', '6.2.1'),
2828
('HDF5', '1.10.7'),
2929
('Mako', '1.1.4'),
30-
('TRIQS', '3.3.0'),
30+
('TRIQS', '3.2.0'),
3131
('NFFT', '3.5.2')
3232
]
3333

0 commit comments

Comments
 (0)