Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
Takin
mag-core
Commits
375485d3
Verified
Commit
375485d3
authored
Sep 11, 2020
by
Tobias WEBER
Browse files
updated build scripts
parent
75aa3858
Changes
5
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
375485d3
...
...
@@ -7,25 +7,32 @@
project
(
magtools
)
cmake_minimum_required
(
VERSION 3.0
)
option
(
ONLY_BUILD_FINISHED
"only build finished tools"
FALSE
)
# setup tools
add_subdirectory
(
tools/setup
)
if
(
ONLY_BUILD_FINISHED
)
# final tools
# magnetic and nuclear structure tools
add_subdirectory
(
tools/structfact
)
add_subdirectory
(
tools/magstructfact
)
add_subdirectory
(
tools/magsgbrowser
)
add_subdirectory
(
tools/cif2xml
)
# cif converter
add_subdirectory
(
tools/cif2xml
)
# polarisation tools
add_subdirectory
(
tools/pol
)
# polarisation tools
add_subdirectory
(
tools/pol
)
else
()
# unfinished tools
# setup tools
add_subdirectory
(
tools/setup
)
# misc tools
add_subdirectory
(
tools/moldyn
)
# magnetic and nuclear structure tools
add_subdirectory
(
tools/structfact
)
add_subdirectory
(
tools/magstructfact
)
add_subdirectory
(
tools/magsgbrowser
)
# molecular dynamics tools
add_subdirectory
(
tools/moldyn
)
# new scan browser tool
add_subdirectory
(
tools/scanbrowser
)
# new scan browser tool
add_subdirectory
(
tools/scanbrowser
)
endif
()
ext/.dir
deleted
100644 → 0
View file @
75aa3858
Directory containing external dependencies.
plugins/.dir
deleted
100644 → 0
View file @
75aa3858
Directory containing plugin binaries.
plugins/qtas.py
deleted
120000 → 0
View file @
75aa3858
..
/
tools
/
tascalc
/
qtas
.
py
\ No newline at end of file
setup/setup_externals.sh
View file @
375485d3
...
...
@@ -103,6 +103,7 @@ function dl_gemmi()
# -----------------------------------------------------------------------------
mkdir
-p
ext
cd
ext
echo
-e
"
\n
--------------------------------------------------------------------------------"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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