Skip to content
Snippets Groups Projects
Commit 9472e56f authored by Studer Gabriel's avatar Studer Gabriel
Browse files

Update version to 3.3.1

parent df9f3b59
Branches
Tags
No related merge requests found
...@@ -25,7 +25,7 @@ include(PROMOD3) ...@@ -25,7 +25,7 @@ include(PROMOD3)
# versioning info # versioning info
set(PROMOD3_VERSION_MAJOR 3) set(PROMOD3_VERSION_MAJOR 3)
set(PROMOD3_VERSION_MINOR 3) set(PROMOD3_VERSION_MINOR 3)
set(PROMOD3_VERSION_PATCH 0) set(PROMOD3_VERSION_PATCH 1)
set(PROMOD3_VERSION_STRING ${PROMOD3_VERSION_MAJOR}.${PROMOD3_VERSION_MINOR}) set(PROMOD3_VERSION_STRING ${PROMOD3_VERSION_MAJOR}.${PROMOD3_VERSION_MINOR})
set(PROMOD3_VERSION_STRING ${PROMOD3_VERSION_STRING}.${PROMOD3_VERSION_PATCH}) set(PROMOD3_VERSION_STRING ${PROMOD3_VERSION_STRING}.${PROMOD3_VERSION_PATCH})
...@@ -103,7 +103,7 @@ if(NOT DISABLE_DOCUMENTATION) ...@@ -103,7 +103,7 @@ if(NOT DISABLE_DOCUMENTATION)
# this URL should always point to the latest version of OST # this URL should always point to the latest version of OST
set(OST_DOC_URL "https://www.openstructure.org/docs") set(OST_DOC_URL "https://www.openstructure.org/docs")
endif() endif()
find_package(OPENSTRUCTURE 2.4.0 REQUIRED find_package(OPENSTRUCTURE 2.5.0 REQUIRED
COMPONENTS io mol seq seq_alg mol_alg conop img mol_mm) COMPONENTS io mol seq seq_alg mol_alg conop img mol_mm)
if(CMAKE_COMPILER_IS_GNUCXX) if(CMAKE_COMPILER_IS_GNUCXX)
......
ARG OPENSTRUCTURE_IMAGE_TAG="2.4.0-jammy" ARG OPENSTRUCTURE_IMAGE_TAG="2.5.0-jammy"
FROM registry.scicore.unibas.ch/schwede/openstructure:${OPENSTRUCTURE_IMAGE_TAG} FROM registry.scicore.unibas.ch/schwede/openstructure:${OPENSTRUCTURE_IMAGE_TAG}
# ARGUMENTS # ARGUMENTS
########### ###########
ARG PROMOD_VERSION="3.3.0" ARG PROMOD_VERSION="3.3.1"
ARG SRC_FOLDER="/usr/local/src" ARG SRC_FOLDER="/usr/local/src"
......
BootStrap: docker BootStrap: docker
From: registry.scicore.unibas.ch/schwede/promod3:3.3.0-OST2.4.0-jammy From: registry.scicore.unibas.ch/schwede/promod3:3.3.1-OST2.5.0-jammy
%post %post
############################################################################## ##############################################################################
# POST # POST
......
...@@ -286,7 +286,7 @@ rst_epilog = """ ...@@ -286,7 +286,7 @@ rst_epilog = """
.. |cmake| replace:: CMake .. |cmake| replace:: CMake
.. |ost_l| replace:: OpenStructure .. |ost_l| replace:: OpenStructure
.. |ost_s| replace:: OST .. |ost_s| replace:: OST
.. |ost_version| replace:: 2.4.0 .. |ost_version| replace:: 2.5.0
.. |python| replace:: Python .. |python| replace:: Python
.. |sphinx| replace:: Sphinx .. |sphinx| replace:: Sphinx
.. _sphinx: http://sphinx-doc.org/ .. _sphinx: http://sphinx-doc.org/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment