Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dssp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
dssp
Commits
d215fd3e
Unverified
Commit
d215fd3e
authored
Aug 31, 2021
by
Maarten L. Hekkelman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version bump
parent
72b541e2
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
5 deletions
+9
-5
CMakeLists.txt
+2
-2
changelog
+3
-1
doc/mkdssp.1
+1
-1
doc/mkdssp.html
+3
-1
doc/mkdssp.pdf
+0
-0
No files found.
CMakeLists.txt
View file @
d215fd3e
cmake_minimum_required
(
VERSION 3.15
)
cmake_minimum_required
(
VERSION 3.15
)
# set the project name
# set the project name
project
(
mkdssp VERSION 4.0.
0
LANGUAGES CXX
)
project
(
mkdssp VERSION 4.0.
1
LANGUAGES CXX
)
list
(
APPEND CMAKE_MODULE_PATH
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/cmake"
)
list
(
APPEND CMAKE_MODULE_PATH
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/cmake"
)
...
@@ -26,7 +26,7 @@ if(MSVC)
...
@@ -26,7 +26,7 @@ if(MSVC)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
/W4"
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
/W4"
)
endif
()
endif
()
if
(
NOT
$ENV{CCP4}
STREQUAL
""
)
if
(
NOT
"$ENV{CCP4}"
STREQUAL
""
)
set
(
BUILD_SHARED_LIBS ON
)
set
(
BUILD_SHARED_LIBS ON
)
set
(
CCP4 $ENV{CCP4}
)
set
(
CCP4 $ENV{CCP4}
)
...
...
changelog
View file @
d215fd3e
Version 4.0.1
- Switch from GNU configure to cmake as the build environment
Version 4.0.0
Version 4.0.0
- Write the secondary structure information as an annotation to an mmCIF file
- Write the secondary structure information as an annotation to an mmCIF file
(old format is still available as an option)
(old format is still available as an option)
- Added the recognition of Poly-Proline helices
- Added the recognition of Poly-Proline helices
- Switch from GNU configure to cmake as the build environment
doc/mkdssp.1
View file @
d215fd3e
.TH mkdssp 1 "2021-08-31" "version 4.0.
0
" "User Commands"
.TH mkdssp 1 "2021-08-31" "version 4.0.
1
" "User Commands"
.if n .ad l
.if n .ad l
.nh
.nh
.SH NAME
.SH NAME
...
...
doc/mkdssp.html
View file @
d215fd3e
Content-type: text/html; charset=UTF-8
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>
Man page of mkdssp
</TITLE>
<HTML><HEAD><TITLE>
Man page of mkdssp
</TITLE>
</HEAD><BODY>
</HEAD><BODY>
...
@@ -114,6 +116,6 @@ Report bugs at <A HREF="https://github.com/PDB-REDO/dssp/issues">https://github.
...
@@ -114,6 +116,6 @@ Report bugs at <A HREF="https://github.com/PDB-REDO/dssp/issues">https://github.
This document was created by
This document was created by
<A
HREF=
"/cgi-bin/man/man2html"
>
man2html
</A>
,
<A
HREF=
"/cgi-bin/man/man2html"
>
man2html
</A>
,
using the manual pages.
<BR>
using the manual pages.
<BR>
Time: 13:
29:37
GMT, August 31, 2021
Time: 13:
56:55
GMT, August 31, 2021
</BODY>
</BODY>
</HTML>
</HTML>
doc/mkdssp.pdf
View file @
d215fd3e
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment