Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
ef68bc79
Commit
ef68bc79
authored
4 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
Update auto/README.md
parent
96b73616
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
cmake/BornAgain/Directories.cmake
+1
-1
1 addition, 1 deletion
cmake/BornAgain/Directories.cmake
cmake/configurables/auto_README.in
+0
-20
0 additions, 20 deletions
cmake/configurables/auto_README.in
cmake/configurables/auto_README.in.md
+9
-7
9 additions, 7 deletions
cmake/configurables/auto_README.in.md
with
10 additions
and
28 deletions
cmake/BornAgain/Directories.cmake
+
1
−
1
View file @
ef68bc79
...
@@ -41,7 +41,7 @@ set(TEST_OUTPUT_DIR_PY_PERSIST ${TEST_OUTPUT_DIR}/PyPersist)
...
@@ -41,7 +41,7 @@ set(TEST_OUTPUT_DIR_PY_PERSIST ${TEST_OUTPUT_DIR}/PyPersist)
set
(
TEST_OUTPUT_DIR_PY_STD
${
TEST_OUTPUT_DIR
}
/PyStd
)
set
(
TEST_OUTPUT_DIR_PY_STD
${
TEST_OUTPUT_DIR
}
/PyStd
)
set
(
TEST_OUTPUT_DIR_STD
${
TEST_OUTPUT_DIR
}
/Std
)
set
(
TEST_OUTPUT_DIR_STD
${
TEST_OUTPUT_DIR
}
/Std
)
configure_file
(
"
${
CONFIGURABLES_DIR
}
/auto_README.in"
"
${
CMAKE_SOURCE_DIR
}
/auto/README"
@ONLY
)
configure_file
(
"
${
CONFIGURABLES_DIR
}
/auto_README.in
.md
"
"
${
CMAKE_SOURCE_DIR
}
/auto/README
.md
"
@ONLY
)
file
(
MAKE_DIRECTORY
${
CMAKE_LIBRARY_OUTPUT_DIRECTORY
}
)
file
(
MAKE_DIRECTORY
${
CMAKE_LIBRARY_OUTPUT_DIRECTORY
}
)
file
(
MAKE_DIRECTORY
${
CMAKE_LIBRARY_OUTPUT_DIRECTORY
}
/bornagain
)
file
(
MAKE_DIRECTORY
${
CMAKE_LIBRARY_OUTPUT_DIRECTORY
}
/bornagain
)
...
...
This diff is collapsed.
Click to expand it.
cmake/configurables/auto_README.in
deleted
100644 → 0
+
0
−
20
View file @
96b73616
This directory, auto, contains files that are automatically
generated by tools other than CMake, Make, and the compiler.
They are distributed as part of the source archive. A user
who just wants to compile BornAgain should consider the
contents of this directory as part of the source.
A developer, on the other hand, will sooner or later need
to regenerate some or all sources contained in this directory.
For this, use the command top-level cmake command with option
-DAUTOGENERATE=ON, or with more specific options like
-DBORNAGAIN_GENERATE_BINDINGS=ON.
Contents of this directory:
Doc/man:
Unix man page in troff format, generated by pod2man.
Wrap:
Python wrapper, generated by Doxygen and Swig.
This diff is collapsed.
Click to expand it.
auto
/
README.md
→
cmake/configurables/
auto
_
README.
in.
md
+
9
−
7
View file @
ef68bc79
This directory, auto, contains files that are automatically
#### Directory auto/
This directory contains files that are automatically
generated by tools other than CMake, Make, and the compiler.
generated by tools other than CMake, Make, and the compiler.
They are distributed as part of the source archive. A user
They are distributed as part of the source archive. A user
...
@@ -8,13 +10,13 @@ contents of this directory as part of the source.
...
@@ -8,13 +10,13 @@ contents of this directory as part of the source.
A developer, on the other hand, will sooner or later need
A developer, on the other hand, will sooner or later need
to regenerate some or all sources contained in this directory.
to regenerate some or all sources contained in this directory.
For this, use the command top-level cmake command with option
For this, use the command top-level cmake command with option
-DAUTOGENERATE=ON, or with more specific options like
`
-DAUTOGENERATE=ON
`
, or with more specific options like
-DBORNAGAIN_GENERATE_BINDINGS=ON.
`
-DBORNAGAIN_GENERATE_BINDINGS=ON
`
.
Contents of this directory:
Contents of this directory:
Doc/man
:
`
Doc/man
`
Unix man page in troff format, generated by pod2man.
:
Unix man page in troff format, generated by pod2man.
Wrap
:
`
Wrap
`
Python wrapper, generated by Doxygen and Swig.
:
Python wrapper, generated by Doxygen and Swig.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment