Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ProMod3
Manage
Activity
Members
Plan
Jira
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
ProMod3
Commits
5f84ea8d
Commit
5f84ea8d
authored
6 years ago
by
Gerardo Tauriello
Browse files
Options
Downloads
Patches
Plain Diff
Update version to 1.2.0.
parent
d086aed6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+2
-2
2 additions, 2 deletions
CHANGELOG
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
with
4 additions
and
4 deletions
CHANGELOG
+
2
−
2
View file @
5f84ea8d
...
...
@@ -5,7 +5,7 @@
Changelog
================================================================================
Release 1.
X
Release 1.
2.0
--------------------------------------------------------------------------------
* Graph optimizer has been separated from the sidechain module and can now be
...
...
@@ -34,7 +34,7 @@ Release 1.X
* Several minor bug fixes, improvements, and speed-ups
Release 1.1
Release 1.1
.0
--------------------------------------------------------------------------------
* Updated dependencies: need Eigen 3.3.0 and OST 1.7
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
2
−
2
View file @
5f84ea8d
...
...
@@ -16,7 +16,7 @@ include(PROMOD3)
# versioning info
set
(
PROMOD3_VERSION_MAJOR 1
)
set
(
PROMOD3_VERSION_MINOR
1
)
set
(
PROMOD3_VERSION_MINOR
2
)
set
(
PROMOD3_VERSION_PATCH 0
)
set
(
PROMOD3_VERSION_STRING
${
PROMOD3_VERSION_MAJOR
}
.
${
PROMOD3_VERSION_MINOR
}
)
set
(
PROMOD3_VERSION_STRING
${
PROMOD3_VERSION_STRING
}
.
${
PROMOD3_VERSION_PATCH
}
)
...
...
@@ -86,7 +86,7 @@ if(NOT DISABLE_DOCUMENTATION)
# set this to the URL corresponding to the version of OST you are using
set
(
OST_DOC_URL
"https://www.openstructure.org/docs/dev"
)
endif
()
find_package
(
OPENSTRUCTURE 1.
7
REQUIRED
find_package
(
OPENSTRUCTURE 1.
8
REQUIRED
COMPONENTS io mol seq seq_alg mol_alg conop img mol_mm
)
if
(
CMAKE_COMPILER_IS_GNUCXX
)
...
...
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