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
35196789
Unverified
Commit
35196789
authored
Nov 09, 2022
by
Maarten L. Hekkelman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated makefile, use system regex if good enough
parent
e907ce6c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
CMakeLists.txt
+5
-4
src/symop-map-generator.cpp
+0
-0
No files found.
CMakeLists.txt
View file @
35196789
...
@@ -161,6 +161,7 @@ list(APPEND CIFPP_REQUIRED_LIBRARIES ${STDCPPATOMIC_LIBRARY})
...
@@ -161,6 +161,7 @@ list(APPEND CIFPP_REQUIRED_LIBRARIES ${STDCPPATOMIC_LIBRARY})
if
(
NOT PDB_REDO_META
)
if
(
NOT PDB_REDO_META
)
find_package
(
gxrio QUIET
)
find_package
(
gxrio QUIET
)
if
(
NOT gxrio_FOUND
)
if
(
NOT gxrio_FOUND
)
add_git_submodule
(
gxrio EXCLUDE_FROM_ALL
)
add_git_submodule
(
gxrio EXCLUDE_FROM_ALL
)
endif
()
endif
()
...
@@ -173,7 +174,7 @@ write_version_header(${PROJECT_SOURCE_DIR}/src/ "LibCIFPP")
...
@@ -173,7 +174,7 @@ write_version_header(${PROJECT_SOURCE_DIR}/src/ "LibCIFPP")
# SymOp data table
# SymOp data table
if
(
CIFPP_RECREATE_SYMOP_DATA
)
if
(
CIFPP_RECREATE_SYMOP_DATA
)
# The tool to create the table
# The tool to create the table
add_executable
(
symop-map-generator
"
${
PROJECT_SOURCE_DIR
}
/
tools
/symop-map-generator.cpp"
)
add_executable
(
symop-map-generator
"
${
PROJECT_SOURCE_DIR
}
/
src
/symop-map-generator.cpp"
)
add_custom_command
(
add_custom_command
(
OUTPUT
${
PROJECT_SOURCE_DIR
}
/src/symop_table_data.hpp
OUTPUT
${
PROJECT_SOURCE_DIR
}
/src/symop_table_data.hpp
...
@@ -462,7 +463,7 @@ set(CPACK_SOURCE_TGZ ON)
...
@@ -462,7 +463,7 @@ set(CPACK_SOURCE_TGZ ON)
set
(
CPACK_SOURCE_TBZ2 OFF
)
set
(
CPACK_SOURCE_TBZ2 OFF
)
set
(
CPACK_SOURCE_TXZ OFF
)
set
(
CPACK_SOURCE_TXZ OFF
)
set
(
CPACK_SOURCE_TZ OFF
)
set
(
CPACK_SOURCE_TZ OFF
)
set
(
CPACK_SOURCE_IGNORE_FILES
"/data/components.cif;/build;/.vscode;/.git;/
regex
"
)
set
(
CPACK_SOURCE_IGNORE_FILES
"/data/components.cif;/build;/.vscode;/.git;/
test;/.pc;/tools/symop-map-generator;/regex/doc;/regex/example;/regex/meta;/regex/performance;/regex/test
"
)
set
(
CPACK_PACKAGE_FILE_NAME
"
${
PROJECT_NAME
}
-
${
PROJECT_VERSION
}
"
)
set
(
CPACK_PACKAGE_FILE_NAME
"
${
PROJECT_NAME
}
-
${
PROJECT_VERSION
}
"
)
set
(
CPACK_SOURCE_PACKAGE_FILE_NAME
${
CPACK_PACKAGE_FILE_NAME
}
)
set
(
CPACK_SOURCE_PACKAGE_FILE_NAME
${
CPACK_PACKAGE_FILE_NAME
}
)
include
(
CPack
)
include
(
CPack
)
tools
/symop-map-generator.cpp
→
src
/symop-map-generator.cpp
View file @
35196789
File moved
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