attach license info to module files; fixes #211
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
# (c) https://github.com/coderefinery/autocmake/blob/master/AUTHORS.md
|
||||
# licensed under BSD-3: https://github.com/coderefinery/autocmake/blob/master/LICENSE
|
||||
|
||||
#.rst:
|
||||
#
|
||||
# Detect, build, and link Boost libraries.
|
||||
|
@ -1,3 +1,6 @@
|
||||
# (c) https://github.com/coderefinery/autocmake/blob/master/AUTHORS.md
|
||||
# licensed under BSD-3: https://github.com/coderefinery/autocmake/blob/master/LICENSE
|
||||
|
||||
# Build Boost
|
||||
# This is not Windows-friendly!
|
||||
add_custom_command(
|
||||
|
@ -1,3 +1,6 @@
|
||||
# (c) https://github.com/coderefinery/autocmake/blob/master/AUTHORS.md
|
||||
# licensed under BSD-3: https://github.com/coderefinery/autocmake/blob/master/LICENSE
|
||||
|
||||
# Clean-up
|
||||
add_custom_command(
|
||||
OUTPUT ${CUSTOM_BOOST_LOCATION}/boost.cleanedup
|
||||
|
@ -1,3 +1,6 @@
|
||||
# (c) https://github.com/coderefinery/autocmake/blob/master/AUTHORS.md
|
||||
# licensed under BSD-3: https://github.com/coderefinery/autocmake/blob/master/LICENSE
|
||||
|
||||
# Run bootstrap.sh to configure the build. We will install in ${PROJECT_BINARY_DIR}/boost
|
||||
# This is not Windows-friendly!
|
||||
add_custom_command(
|
||||
|
@ -1,3 +1,6 @@
|
||||
# (c) https://github.com/coderefinery/autocmake/blob/master/AUTHORS.md
|
||||
# licensed under BSD-3: https://github.com/coderefinery/autocmake/blob/master/LICENSE
|
||||
|
||||
# Install Boost
|
||||
add_custom_command(
|
||||
OUTPUT ${CUSTOM_BOOST_LOCATION}/boost.installed
|
||||
|
@ -1,3 +1,6 @@
|
||||
# (c) https://github.com/coderefinery/autocmake/blob/master/AUTHORS.md
|
||||
# licensed under BSD-3: https://github.com/coderefinery/autocmake/blob/master/LICENSE
|
||||
|
||||
# Install Boost
|
||||
# This is not Windows-friendly!
|
||||
add_custom_command(
|
||||
|
@ -1,3 +1,6 @@
|
||||
# (c) https://github.com/coderefinery/autocmake/blob/master/AUTHORS.md
|
||||
# licensed under BSD-3: https://github.com/coderefinery/autocmake/blob/master/LICENSE
|
||||
|
||||
# Unpack Boost
|
||||
add_custom_command(
|
||||
OUTPUT ${CUSTOM_BOOST_LOCATION}/boost.unpacked
|
||||
|
@ -1,3 +1,6 @@
|
||||
# (c) https://github.com/coderefinery/autocmake/blob/master/AUTHORS.md
|
||||
# licensed under BSD-3: https://github.com/coderefinery/autocmake/blob/master/LICENSE
|
||||
|
||||
# To get boost to compile MPI we need to append "using mpi ;" to the end of the
|
||||
# user-config.jam file. MPI_SENT will be the command we append
|
||||
set(MPI_SENT "")
|
||||
|
Reference in New Issue
Block a user