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
cc8cb62d
Commit
cc8cb62d
authored
Aug 11, 2020
by
Maarten L. Hekkelman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update with output in mmCIF, PPII helices
parent
9a20b4dd
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
10 deletions
+9
-10
GNUmakefile.in
+3
-2
configure
+0
-0
configure.ac
+6
-8
src/dssp.cpp
+0
-0
No files found.
GNUmakefile.in
View file @
cc8cb62d
...
...
@@ -16,12 +16,13 @@ firstTarget: all
CXX
=
@CXX@
CXXFLAGS
=
@CXXFLAGS@ @CPPFLAGS@ @BOOST_CPPFLAGS@ @PTHREAD_CFLAGS@
LDFLAGS
=
@LDFLAGS@ @BOOST_LDFLAGS@ @PTHREAD_CFLAGS@
LIBS
=
@LIBS@
\
LIBS
=
-lcif
++
\
@BOOST_IOSTREAMS_LIB@
\
@BOOST_THREAD_LIB@
\
@BOOST_REGEX_LIB@
\
@BOOST_PROGRAM_OPTIONS_LIB@
\
-lboost_timer
-lboost_chrono
-lboost_timer
-lboost_chrono
\
@LIBS@
prefix
=
@prefix@
exec_prefix
=
@exec_prefix@
...
...
configure
View file @
cc8cb62d
This diff is collapsed.
Click to expand it.
configure.ac
View file @
cc8cb62d
...
...
@@ -29,12 +29,6 @@ fi
AX_PTHREAD
AX_BOOST_BASE([1.65.1], [], [AC_MSG_ERROR([Could not find a recent version of boost])])
AX_BOOST_IOSTREAMS
AX_BOOST_THREAD
AX_BOOST_REGEX
AX_BOOST_PROGRAM_OPTIONS
AC_ARG_WITH([cif++],
AS_HELP_STRING([--with-cif++=@<:@location@:>@],
[Use the cif++ library as specified.]),
...
...
@@ -42,15 +36,19 @@ AC_ARG_WITH([cif++],
CPPFLAGS="$CPPFLAGS -I ${withval}/include"
CXXFLAGS="$CXXFLAGS -I ${withval}/include"
LDFLAGS="$LDFLAGS -L${withval}/.libs"
LIBS="$LIBS -lcif++"
AC_SUBST([CIFPP_RSRC], [${withval}/rsrc])
])
AX_CHECK_LIBRARY([LIBCIFPP], [cif++/Config.hpp], [cif++],
[],
[AC_MSG_ERROR([libcif++ not found - cannot continue])])
AX_BOOST_BASE([1.65.1], [], [AC_MSG_ERROR([Could not find a recent version of boost])])
AX_BOOST_IOSTREAMS
AX_BOOST_THREAD
AX_BOOST_REGEX
AX_BOOST_PROGRAM_OPTIONS
AC_ARG_VAR([CCP4], [The location where CCP4 is installed])
AS_IF([test x"$CCP4" != x""],
...
...
src/dssp.cpp
View file @
cc8cb62d
This diff is collapsed.
Click to expand it.
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