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
cab3243d
Commit
cab3243d
authored
10 months ago
by
Studer Gabriel
Browse files
Options
Downloads
Patches
Plain Diff
Update version to 2.8.0
parent
e0aca6c0
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.txt
+1
-1
1 addition, 1 deletion
CHANGELOG.txt
CMakeLists.txt
+1
-1
1 addition, 1 deletion
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
CHANGELOG.txt
+
1
−
1
View file @
cab3243d
Changes in Release
x.x.x
Changes in Release
2.8.0
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
* heavy water (DOD) is now recognised as 'water' instead of 'non-polymer' by
* heavy water (DOD) is now recognised as 'water' instead of 'non-polymer' by
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
1
View file @
cab3243d
...
@@ -14,7 +14,7 @@ cmake_policy(SET CMP0060 NEW)
...
@@ -14,7 +14,7 @@ cmake_policy(SET CMP0060 NEW)
project
(
OpenStructure CXX C
)
project
(
OpenStructure CXX C
)
set
(
CMAKE_EXPORT_COMPILE_COMMANDS 1
)
set
(
CMAKE_EXPORT_COMPILE_COMMANDS 1
)
set
(
OST_VERSION_MAJOR 2
)
set
(
OST_VERSION_MAJOR 2
)
set
(
OST_VERSION_MINOR
7
)
set
(
OST_VERSION_MINOR
8
)
set
(
OST_VERSION_PATCH 0
)
set
(
OST_VERSION_PATCH 0
)
set
(
OST_VERSION_STRING
${
OST_VERSION_MAJOR
}
.
${
OST_VERSION_MINOR
}
.
${
OST_VERSION_PATCH
}
)
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
)
set
(
CMAKE_MODULE_PATH
${
CMAKE_MODULE_PATH
}
${
PROJECT_SOURCE_DIR
}
/cmake_support
)
...
...
This diff is collapsed.
Click to expand it.
docker/Dockerfile
+
1
−
1
View file @
cab3243d
...
@@ -2,7 +2,7 @@ FROM ubuntu:22.04
...
@@ -2,7 +2,7 @@ FROM ubuntu:22.04
# ARGUMENTS
# ARGUMENTS
###########
###########
ARG
OPENSTRUCTURE_VERSION="2.
7
.0"
ARG
OPENSTRUCTURE_VERSION="2.
8
.0"
ARG
SRC_FOLDER="/usr/local/src"
ARG
SRC_FOLDER="/usr/local/src"
ARG
CPUS_FOR_MAKE=2
ARG
CPUS_FOR_MAKE=2
ARG
OPENMM_VERSION="7.7.0"
ARG
OPENMM_VERSION="7.7.0"
...
...
This diff is collapsed.
Click to expand it.
singularity/Singularity
+
1
−
1
View file @
cab3243d
BootStrap: docker
BootStrap: docker
From: registry.scicore.unibas.ch/schwede/openstructure:2.
7
.0
-jammy
From: registry.scicore.unibas.ch/schwede/openstructure:2.
8
.0
%post
%post
##############################################################################
##############################################################################
# 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