adapt url_root for fetch directives
This commit is contained in:
@ -10,11 +10,12 @@
|
||||
#
|
||||
# autocmake.yml configuration::
|
||||
#
|
||||
# url_root: https://github.com/coderefinery/autocmake/raw/yaml/
|
||||
# docopt: "--accelerate Find and link to ACCELERATE [default: False]."
|
||||
# define: "'-DENABLE_ACCELERATE={0}'.format(arguments['--accelerate'])"
|
||||
# fetch:
|
||||
# - "https://github.com/coderefinery/autocmake/raw/master/modules/find/find_libraries.cmake"
|
||||
# - "https://github.com/coderefinery/autocmake/raw/master/modules/find/find_include_files.cmake"
|
||||
# - "%(url_root)modules/find/find_libraries.cmake"
|
||||
# - "%(url_root)modules/find/find_include_files.cmake"
|
||||
|
||||
option(ENABLE_ACCELERATE "Find and link to ACCELERATE" OFF)
|
||||
|
||||
|
@ -10,11 +10,12 @@
|
||||
#
|
||||
# autocmake.yml configuration::
|
||||
#
|
||||
# url_root: https://github.com/coderefinery/autocmake/raw/yaml/
|
||||
# docopt: "--cblas Find and link to CBLAS [default: False]."
|
||||
# define: "'-DENABLE_CBLAS={0}'.format(arguments['--cblas'])"
|
||||
# fetch:
|
||||
# - "https://github.com/coderefinery/autocmake/raw/master/modules/find/find_libraries.cmake"
|
||||
# - "https://github.com/coderefinery/autocmake/raw/master/modules/find/find_include_files.cmake"
|
||||
# - "%(url_root)modules/find/find_libraries.cmake"
|
||||
# - "%(url_root)modules/find/find_include_files.cmake"
|
||||
|
||||
option(ENABLE_CBLAS "Find and link to CBLAS" OFF)
|
||||
|
||||
|
@ -10,11 +10,12 @@
|
||||
#
|
||||
# autocmake.yml configuration::
|
||||
#
|
||||
# url_root: https://github.com/coderefinery/autocmake/raw/yaml/
|
||||
# docopt: "--lapacke Find and link to LAPACKE [default: False]."
|
||||
# define: "'-DENABLE_LAPACKE={0}'.format(arguments['--lapacke'])"
|
||||
# fetch:
|
||||
# - "https://github.com/coderefinery/autocmake/raw/master/modules/find/find_libraries.cmake"
|
||||
# - "https://github.com/coderefinery/autocmake/raw/master/modules/find/find_include_files.cmake"
|
||||
# - "%(url_root)modules/find/find_libraries.cmake"
|
||||
# - "%(url_root)modules/find/find_include_files.cmake"
|
||||
|
||||
option(ENABLE_LAPACKE "Find and link to LAPACKE" OFF)
|
||||
|
||||
|
Reference in New Issue
Block a user