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
fb045eb9
Commit
fb045eb9
authored
1 year ago
by
Studer Gabriel
Browse files
Options
Downloads
Patches
Plain Diff
Update version to 2.7.0
parent
72872958
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
-2
1 addition, 2 deletions
CHANGELOG.txt
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
5 additions
and
6 deletions
CHANGELOG.txt
+
1
−
2
View file @
fb045eb9
Changes in Release 2.
x
Changes in Release 2.
7.0
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
* mmCIF writing support.
* mmCIF writing support.
...
@@ -21,7 +21,6 @@ Changes in Release 2.6.1
...
@@ -21,7 +21,6 @@ Changes in Release 2.6.1
* Bugfix in DockQ computation when using ost.mol.scoring
* Bugfix in DockQ computation when using ost.mol.scoring
Changes in Release 2.6.0
Changes in Release 2.6.0
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
2
−
2
View file @
fb045eb9
...
@@ -14,8 +14,8 @@ cmake_policy(SET CMP0060 NEW)
...
@@ -14,8 +14,8 @@ 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
6
)
set
(
OST_VERSION_MINOR
7
)
set
(
OST_VERSION_PATCH
1
)
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
)
include
(
OST
)
include
(
OST
)
...
...
This diff is collapsed.
Click to expand it.
docker/Dockerfile
+
1
−
1
View file @
fb045eb9
...
@@ -2,7 +2,7 @@ FROM ubuntu:22.04
...
@@ -2,7 +2,7 @@ FROM ubuntu:22.04
# ARGUMENTS
# ARGUMENTS
###########
###########
ARG
OPENSTRUCTURE_VERSION="2.
6.1
"
ARG
OPENSTRUCTURE_VERSION="2.
7.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 @
fb045eb9
BootStrap: docker
BootStrap: docker
From: registry.scicore.unibas.ch/schwede/openstructure:2.
6.1
-jammy
From: registry.scicore.unibas.ch/schwede/openstructure:2.
7.0
-jammy
%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