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
3ddfa104
Commit
3ddfa104
authored
6 years ago
by
Gerardo Tauriello
Browse files
Options
Downloads
Patches
Plain Diff
Update version to 1.9.0
parent
2006d368
No related branches found
Branches containing commit
No related tags found
Tags containing commit
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
singularity/README.rst
+1
-1
1 addition, 1 deletion
singularity/README.rst
singularity/Singularity.1.9.0
+2
-2
2 additions, 2 deletions
singularity/Singularity.1.9.0
with
5 additions
and
5 deletions
CHANGELOG.txt
+
1
−
1
View file @
3ddfa104
Changes in Release 1.
X
.0
Changes in Release 1.
9
.0
--------------------------------------------------------------------------------
* Improved compare-structures action (chain mapping handling and documentation).
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
1
View file @
3ddfa104
...
...
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 2.6.4 FATAL_ERROR)
project
(
OpenStructure CXX C
)
set
(
CMAKE_EXPORT_COMPILE_COMMANDS 1
)
set
(
OST_VERSION_MAJOR 1
)
set
(
OST_VERSION_MINOR
8
)
set
(
OST_VERSION_MINOR
9
)
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
)
...
...
This diff is collapsed.
Click to expand it.
singularity/README.rst
+
1
−
1
View file @
3ddfa104
...
...
@@ -9,7 +9,7 @@ In order to build OST Singularity image:
.. code-block:: bash
cd <OST ROOT>/singularity
sudo singularity build ost.img Singularity.1.
8
.0
sudo singularity build ost.img Singularity.1.
9
.0
.. note::
...
...
This diff is collapsed.
Click to expand it.
singularity/Singularity.1.
8
.0
→
singularity/Singularity.1.
9
.0
+
2
−
2
View file @
3ddfa104
...
...
@@ -17,7 +17,7 @@ export CPUS_FOR_MAKE=8
export PYTHONPATH="/usr/local/lib64/python2.7/site-packages:${PYTHONPATH}"
# When changing OPENSTRUCTURE_VERSION make sure to change it also in the
# environment section of singularity recipe (this file).
export OPENSTRUCTURE_VERSION="1.
8
.0"
export OPENSTRUCTURE_VERSION="1.
9
.0"
export OPENSTRUCTURE_SHARE="/usr/local/share/ost"
export MSMS_VERSION="2.6.1"
export OPENMM_VERSION="7.1.1"
...
...
@@ -223,7 +223,7 @@ cd /home
# ENVIRONMENT
##############################################################################
export OST_ROOT="/usr/local"
export OPENSTRUCTURE_VERSION="1.
8
.0"
export OPENSTRUCTURE_VERSION="1.
9
.0"
export OPENMM_LIB_PATH=/usr/local/openmm/lib/
export PYTHONPATH="/usr/local/lib64/python2.7/site-packages:${PYTHONPATH}"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib64:${OPENMM_LIB_PATH}"
...
...
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