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
a548b396
Commit
a548b396
authored
Nov 18, 2020
by
Maarten L. Hekkelman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revision writing
parent
d5d96c58
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
1 deletions
+16
-1
GNUmakefile.in
+1
-0
configure.ac
+10
-1
tools/update-mmcif-pdbx-dictionary-script
+5
-0
No files found.
GNUmakefile.in
View file @
a548b396
...
...
@@ -159,6 +159,7 @@ else
src/revision.hpp
:
@
echo
'const char kRevision[] = R"('
>
$@
@
echo
libcifpp-version:
$(VERSION)
>>
$@
@
echo
Date:
$$
(
date
--iso-8601
)
>>
$@
@
echo
')";'
>>
$@
endif
...
...
configure.ac
View file @
a548b396
...
...
@@ -74,7 +74,16 @@ AC_SUBST(LIBCIF_SEMANTIC_VERSION)
AC_ARG_VAR([DEBUG], [Build a debug version of the library])
AC_ARG_VAR([UPDATE_REVISION], [Update the revision.hpp file])
dnl revision numbering is something used internally at the NKI
AC_ARG_ENABLE(
revision,
[AS_HELP_STRING([--disable-revision], [Create a build number as revision])])
AS_IF([test "x$enable_resources" != "xyes" ], [
UPDATE_REVISION=1
])
AC_SUBST([UPDATE_REVISION], [$UPDATE_REVISION])
AC_ARG_VAR([CCP4], [The location where CCP4 is installed])
...
...
tools/update-
dictionaries
-script
→
tools/update-
mmcif-pdbx-dictionary
-script
View file @
a548b396
...
...
@@ -2,6 +2,11 @@
set
-e
if
[
"
$EUID
"
-ne
0
]
then
echo
"Please run as root"
exit
fi
# create cache directory if it doesn't exist
if
!
[
-d
/var/cache/libcifpp
]
;
then
install
-d
-m755
/var/cache/libcifpp
...
...
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