s/coderefinery/dev-cafe/; closes #244
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
# (c) https://github.com/coderefinery/autocmake/blob/master/AUTHORS.md
|
||||
# licensed under BSD-3: https://github.com/coderefinery/autocmake/blob/master/LICENSE
|
||||
# (c) https://github.com/dev-cafe/autocmake/blob/master/AUTHORS.md
|
||||
# licensed under BSD-3: https://github.com/dev-cafe/autocmake/blob/master/LICENSE
|
||||
|
||||
#.rst:
|
||||
#
|
||||
@ -15,7 +15,7 @@
|
||||
# - minor: 59
|
||||
# - patch: 0
|
||||
# - components: "chrono;timer;system"
|
||||
# - source: "https://github.com/coderefinery/autocmake/raw/master/modules/boost/boost.cmake"
|
||||
# - source: "https://github.com/dev-cafe/autocmake/raw/master/modules/boost/boost.cmake"
|
||||
#
|
||||
# Cross-dependencies between required components are not checked for.
|
||||
# For example, Boost.Timer depends on Boost.Chrono and Boost.System thus you
|
||||
@ -51,7 +51,7 @@
|
||||
#
|
||||
# autocmake.yml configuration::
|
||||
#
|
||||
# url_root: https://github.com/coderefinery/autocmake/raw/master/
|
||||
# url_root: https://github.com/dev-cafe/autocmake/raw/master/
|
||||
# major: 1
|
||||
# minor: 48
|
||||
# patch: 0
|
||||
|
@ -1,5 +1,5 @@
|
||||
# (c) https://github.com/coderefinery/autocmake/blob/master/AUTHORS.md
|
||||
# licensed under BSD-3: https://github.com/coderefinery/autocmake/blob/master/LICENSE
|
||||
# (c) https://github.com/dev-cafe/autocmake/blob/master/AUTHORS.md
|
||||
# licensed under BSD-3: https://github.com/dev-cafe/autocmake/blob/master/LICENSE
|
||||
|
||||
# Build Boost
|
||||
# This is not Windows-friendly!
|
||||
|
@ -1,5 +1,5 @@
|
||||
# (c) https://github.com/coderefinery/autocmake/blob/master/AUTHORS.md
|
||||
# licensed under BSD-3: https://github.com/coderefinery/autocmake/blob/master/LICENSE
|
||||
# (c) https://github.com/dev-cafe/autocmake/blob/master/AUTHORS.md
|
||||
# licensed under BSD-3: https://github.com/dev-cafe/autocmake/blob/master/LICENSE
|
||||
|
||||
# Clean-up
|
||||
add_custom_command(
|
||||
|
@ -1,5 +1,5 @@
|
||||
# (c) https://github.com/coderefinery/autocmake/blob/master/AUTHORS.md
|
||||
# licensed under BSD-3: https://github.com/coderefinery/autocmake/blob/master/LICENSE
|
||||
# (c) https://github.com/dev-cafe/autocmake/blob/master/AUTHORS.md
|
||||
# licensed under BSD-3: https://github.com/dev-cafe/autocmake/blob/master/LICENSE
|
||||
|
||||
# Run bootstrap.sh to configure the build. We will install in ${PROJECT_BINARY_DIR}/boost
|
||||
# This is not Windows-friendly!
|
||||
|
@ -1,5 +1,5 @@
|
||||
# (c) https://github.com/coderefinery/autocmake/blob/master/AUTHORS.md
|
||||
# licensed under BSD-3: https://github.com/coderefinery/autocmake/blob/master/LICENSE
|
||||
# (c) https://github.com/dev-cafe/autocmake/blob/master/AUTHORS.md
|
||||
# licensed under BSD-3: https://github.com/dev-cafe/autocmake/blob/master/LICENSE
|
||||
|
||||
# Install Boost
|
||||
add_custom_command(
|
||||
|
@ -1,5 +1,5 @@
|
||||
# (c) https://github.com/coderefinery/autocmake/blob/master/AUTHORS.md
|
||||
# licensed under BSD-3: https://github.com/coderefinery/autocmake/blob/master/LICENSE
|
||||
# (c) https://github.com/dev-cafe/autocmake/blob/master/AUTHORS.md
|
||||
# licensed under BSD-3: https://github.com/dev-cafe/autocmake/blob/master/LICENSE
|
||||
|
||||
# Install Boost
|
||||
# This is not Windows-friendly!
|
||||
|
@ -1,5 +1,5 @@
|
||||
# (c) https://github.com/coderefinery/autocmake/blob/master/AUTHORS.md
|
||||
# licensed under BSD-3: https://github.com/coderefinery/autocmake/blob/master/LICENSE
|
||||
# (c) https://github.com/dev-cafe/autocmake/blob/master/AUTHORS.md
|
||||
# licensed under BSD-3: https://github.com/dev-cafe/autocmake/blob/master/LICENSE
|
||||
|
||||
# Unpack Boost
|
||||
add_custom_command(
|
||||
|
@ -1,5 +1,5 @@
|
||||
# (c) https://github.com/coderefinery/autocmake/blob/master/AUTHORS.md
|
||||
# licensed under BSD-3: https://github.com/coderefinery/autocmake/blob/master/LICENSE
|
||||
# (c) https://github.com/dev-cafe/autocmake/blob/master/AUTHORS.md
|
||||
# licensed under BSD-3: https://github.com/dev-cafe/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
|
||||
|
Reference in New Issue
Block a user