Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
libcifpp
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
libcifpp
Commits
6fbe8bb1
Unverified
Commit
6fbe8bb1
authored
Jan 11, 2021
by
Maarten L. Hekkelman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactored config file, avoid clashes in defines by autoconf
parent
5f45fd9b
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
27 additions
and
35 deletions
+27
-35
.gitignore
+1
-1
configure
+13
-14
configure.ac
+4
-4
include/cif++/AtomType.hpp
+0
-2
include/cif++/Cif++.hpp
+0
-2
include/cif++/CifUtils.hpp
+0
-2
include/cif++/Point.hpp
+0
-2
src/CifUtils.cpp
+1
-1
src/Compound.cpp
+1
-1
src/PDB2Cif.cpp
+1
-1
src/PDB2CifRemark3.cpp
+1
-1
src/Secondary.cpp
+1
-1
src/Structure.cpp
+2
-1
src/Symmetry.cpp
+1
-1
src/TlsParser.cpp
+1
-1
No files found.
.gitignore
View file @
6fbe8bb1
...
...
@@ -5,7 +5,7 @@ obj/
.pc/
autom4te.cache/
GNUmakefile
include/
cif++
/Config.hpp
include/
src
/Config.hpp
tools/symop-map-generator
test/unit-test
libcifpp.pc
...
...
configure
View file @
6fbe8bb1
...
...
@@ -1396,7 +1396,7 @@ Optional Features:
--disable-option-checking ignore unrecognized --enable/--with options
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--enable-shared[=PKGS] build shared libraries [default=
yes
]
--enable-shared[=PKGS] build shared libraries [default=
no
]
--enable-static[=PKGS] build static libraries [default=yes]
--enable-fast-install[=PKGS]
optimize for fast installation [default=yes]
...
...
@@ -3913,7 +3913,7 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
ac_config_headers
=
"
$ac_config_headers
include/cif++
/Config.hpp"
ac_config_headers
=
"
$ac_config_headers
src
/Config.hpp"
...
...
@@ -8432,16 +8432,7 @@ func_stripname_cnf ()
# Set options
enable_dlopen
=
no
enable_win32_dll
=
no
# Check whether --enable-shared was given.
# Check whether --enable-shared was given.
if
test
"
${
enable_shared
+set
}
"
=
set
;
then
:
enableval
=
$enable_shared
;
p
=
${
PACKAGE
-default
}
case
$enableval
in
...
...
@@ -8461,7 +8452,7 @@ if test "${enable_shared+set}" = set; then :
;;
esac
else
enable_shared
=
yes
enable_shared
=
no
fi
...
...
@@ -8472,6 +8463,14 @@ fi
enable_dlopen
=
no
enable_win32_dll
=
no
# Check whether --enable-static was given.
if
test
"
${
enable_static
+set
}
"
=
set
;
then
:
enableval
=
$enable_static
;
p
=
${
PACKAGE
-default
}
...
...
@@ -18321,7 +18320,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
for ac_config_target in
$ac_config_targets
do
case
$ac_config_target
in
"
include/cif++/Config.hpp") CONFIG_HEADERS="
$CONFIG_HEADERS
include/cif++
/Config.hpp" ;;
"
src/Config.hpp") CONFIG_HEADERS="
$CONFIG_HEADERS
src
/Config.hpp" ;;
"libtool") CONFIG_COMMANDS="
$CONFIG_COMMANDS
libtool" ;;
"GNUmakefile") CONFIG_FILES="
$CONFIG_FILES
GNUmakefile" ;;
"libcifpp.pc") CONFIG_FILES="
$CONFIG_FILES
libcifpp.pc" ;;
...
...
configure.ac
View file @
6fbe8bb1
...
...
@@ -11,7 +11,7 @@ AX_CHECK_COMPILE_FLAG([-fstandalone-debug], [ CXXFLAGS="$CXXFLAGS -fstandalone-d
AC_CONFIG_SRCDIR([src/Cif++.cpp])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([config/m4])
AC_CONFIG_HEADERS([
include/cif++
/Config.hpp])
AC_CONFIG_HEADERS([
src
/Config.hpp])
AC_PREFIX_DEFAULT(/usr/local)
...
...
@@ -52,9 +52,9 @@ dnl AC_MSG_RESULT(ok)
AC_PROG_INSTALL
dnl Shared libraries are not convenient
dnl LT_INIT
([disable-shared])
LT_INIT
dnl Shared libraries are not convenient
, esp. on MacOS... sigh
dnl LT_INIT
LT_INIT
([disable-shared])
AC_SUBST(LIBTOOL_DEPS)
dnl versioning, first for libtool
...
...
include/cif++/AtomType.hpp
View file @
6fbe8bb1
...
...
@@ -32,8 +32,6 @@
#include <string>
#include <stdexcept>
#include "cif++/Config.hpp"
namespace
mmcif
{
...
...
include/cif++/Cif++.hpp
View file @
6fbe8bb1
...
...
@@ -26,8 +26,6 @@
#pragma once
#include "cif++/Config.hpp"
#include <string>
#include <regex>
...
...
include/cif++/CifUtils.hpp
View file @
6fbe8bb1
...
...
@@ -26,8 +26,6 @@
#pragma once
#include "cif++/Config.hpp"
#include <vector>
#include <set>
#include <cassert>
...
...
include/cif++/Point.hpp
View file @
6fbe8bb1
...
...
@@ -32,8 +32,6 @@
#include <clipper/core/coords.h>
#endif
#include "cif++/Config.hpp"
#include <boost/math/quaternion.hpp>
namespace
mmcif
...
...
src/CifUtils.cpp
View file @
6fbe8bb1
...
...
@@ -24,7 +24,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "
cif++/
Config.hpp"
#include "Config.hpp"
#include <tuple>
#include <iostream>
...
...
src/Compound.cpp
View file @
6fbe8bb1
...
...
@@ -24,7 +24,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "
cif++/
Config.hpp"
#include "Config.hpp"
#include <map>
#include <numeric>
...
...
src/PDB2Cif.cpp
View file @
6fbe8bb1
...
...
@@ -24,7 +24,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "
cif++/
Config.hpp"
#include "Config.hpp"
#include <map>
#include <set>
...
...
src/PDB2CifRemark3.cpp
View file @
6fbe8bb1
...
...
@@ -24,7 +24,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "
cif++/
Config.hpp"
#include "Config.hpp"
#include "cif++/Cif++.hpp"
#include <map>
...
...
src/Secondary.cpp
View file @
6fbe8bb1
...
...
@@ -26,7 +26,7 @@
// Calculate DSSP-like secondary structure information
#include "
cif++/
Config.hpp"
#include "Config.hpp"
#include <numeric>
#include <iomanip>
...
...
src/Structure.cpp
View file @
6fbe8bb1
...
...
@@ -36,7 +36,8 @@
#include <boost/iostreams/filter/gzip.hpp>
#include <boost/format.hpp>
#include "cif++/Config.hpp"
#include "Config.hpp"
#include "cif++/PDB2Cif.hpp"
#include "cif++/CifParser.hpp"
#include "cif++/Cif2PDB.hpp"
...
...
src/Symmetry.cpp
View file @
6fbe8bb1
...
...
@@ -24,7 +24,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "
cif++/
Config.hpp"
#include "Config.hpp"
#include <atomic>
#include <mutex>
...
...
src/TlsParser.cpp
View file @
6fbe8bb1
...
...
@@ -24,7 +24,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "
cif++/
Config.hpp"
#include "Config.hpp"
#include <boost/algorithm/string.hpp>
...
...
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