Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openstructure
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
openstructure
Commits
96153780
Commit
96153780
authored
2 years ago
by
Studer Gabriel
Browse files
Options
Downloads
Patches
Plain Diff
Update version to 2.4.0
parent
54dae401
No related branches found
Branches containing commit
Tags
2.4.0-rc
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
docker/Dockerfile
+1
-1
1 addition, 1 deletion
docker/Dockerfile
singularity/Singularity
+1
-1
1 addition, 1 deletion
singularity/Singularity
with
4 additions
and
4 deletions
CMakeLists.txt
+
2
−
2
View file @
96153780
...
...
@@ -14,8 +14,8 @@ cmake_policy(SET CMP0060 NEW)
project
(
OpenStructure CXX C
)
set
(
CMAKE_EXPORT_COMPILE_COMMANDS 1
)
set
(
OST_VERSION_MAJOR 2
)
set
(
OST_VERSION_MINOR
3
)
set
(
OST_VERSION_PATCH
1
)
set
(
OST_VERSION_MINOR
4
)
set
(
OST_VERSION_PATCH
0
)
set
(
OST_VERSION_STRING
${
OST_VERSION_MAJOR
}
.
${
OST_VERSION_MINOR
}
.
${
OST_VERSION_PATCH
}
)
set
(
CMAKE_MODULE_PATH
${
CMAKE_MODULE_PATH
}
${
PROJECT_SOURCE_DIR
}
/cmake_support
)
include
(
OST
)
...
...
This diff is collapsed.
Click to expand it.
docker/Dockerfile
+
1
−
1
View file @
96153780
...
...
@@ -2,7 +2,7 @@ FROM ubuntu:22.04
# ARGUMENTS
###########
ARG
OPENSTRUCTURE_VERSION="2.
3.1
"
ARG
OPENSTRUCTURE_VERSION="2.
4.0
"
ARG
SRC_FOLDER="/usr/local/src"
ARG
CPUS_FOR_MAKE=2
ARG
OPENMM_VERSION="7.7.0"
...
...
This diff is collapsed.
Click to expand it.
singularity/Singularity
+
1
−
1
View file @
96153780
BootStrap: docker
From: registry.scicore.unibas.ch/schwede/openstructure:2.
3
.0-
focal
From: registry.scicore.unibas.ch/schwede/openstructure:2.
4
.0-
jammy
%post
##############################################################################
# POST
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment