Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
schwede
ProMod3
Commits
9a888378
Commit
9a888378
authored
Oct 27, 2021
by
Studer Gabriel
Browse files
Update version to 3.2.1
parent
db2f44bc
Changes
4
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
9a888378
...
...
@@ -5,7 +5,7 @@
Changelog
================================================================================
Release 3.
X.X
Release 3.
2.1
--------------------------------------------------------------------------------
* Bugfix release: Updates OpenStructure dependency to 2.3.0
...
...
CMakeLists.txt
View file @
9a888378
...
...
@@ -25,7 +25,7 @@ include(PROMOD3)
# versioning info
set
(
PROMOD3_VERSION_MAJOR 3
)
set
(
PROMOD3_VERSION_MINOR 2
)
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_STRING
}
.
${
PROMOD3_VERSION_PATCH
}
)
...
...
container/Dockerfile
View file @
9a888378
ARG
OPENSTRUCTURE_IMAGE_TAG="2.
2
.0-focal"
ARG
OPENSTRUCTURE_IMAGE_TAG="2.
3
.0-focal"
FROM
registry.scicore.unibas.ch/schwede/openstructure:${OPENSTRUCTURE_IMAGE_TAG}
# ARGUMENTS
###########
ARG
PROMOD_VERSION="3.2.
0
"
ARG
PROMOD_VERSION="3.2.
1
"
ARG
SRC_FOLDER="/usr/local/src"
...
...
container/Singularity
View file @
9a888378
BootStrap: docker
From: registry.scicore.unibas.ch/schwede/promod3:3.2.
0
-OST2.
2
.0-focal
From: registry.scicore.unibas.ch/schwede/promod3:3.2.
1
-OST2.
3
.0-focal
%post
##############################################################################
# POST
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment