diff --git a/modules/math/accelerate.cmake b/modules/math/accelerate.cmake index 529f9c2..7fb9511 100644 --- a/modules/math/accelerate.cmake +++ b/modules/math/accelerate.cmake @@ -8,12 +8,13 @@ # ACCELERATE_LIBRARIES - describe me, uncached # ACCELERATE_INCLUDE_DIR - describe me, uncached # -# autocmake.cfg configuration:: +# autocmake.yml configuration:: # -# 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 +# 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" option(ENABLE_ACCELERATE "Find and link to ACCELERATE" OFF) diff --git a/modules/math/acml.cmake b/modules/math/acml.cmake index a533adf..e5c230d 100644 --- a/modules/math/acml.cmake +++ b/modules/math/acml.cmake @@ -8,10 +8,10 @@ # ACML_LIBRARIES # ACML_INCLUDE_DIR # -# autocmake.cfg configuration:: +# autocmake.yml configuration:: # -# docopt: --acml Find and link to ACML [default: False]. -# define: '-DENABLE_ACML={0}'.format(arguments['--acml']) +# docopt: "--acml Find and link to ACML [default: False]." +# define: "'-DENABLE_ACML={0}'.format(arguments['--acml'])" option(ENABLE_ACML "Find and link to ACML" OFF) diff --git a/modules/math/atlas.cmake b/modules/math/atlas.cmake index 37b47c2..23565fa 100644 --- a/modules/math/atlas.cmake +++ b/modules/math/atlas.cmake @@ -8,10 +8,10 @@ # ATLAS_LIBRARIES # ATLAS_INCLUDE_DIR # -# autocmake.cfg configuration:: +# autocmake.yml configuration:: # -# docopt: --atlas Find and link to ATLAS [default: False]. -# define: '-DENABLE_ATLAS={0}'.format(arguments['--atlas']) +# docopt: "--atlas Find and link to ATLAS [default: False]." +# define: "'-DENABLE_ATLAS={0}'.format(arguments['--atlas'])" option(ENABLE_ATLAS "Find and link to ATLAS" OFF) diff --git a/modules/math/blas.cmake b/modules/math/blas.cmake index 47da0b1..9014fb7 100644 --- a/modules/math/blas.cmake +++ b/modules/math/blas.cmake @@ -8,10 +8,10 @@ # BLAS_LIBRARIES # BLAS_INCLUDE_DIR # -# autocmake.cfg configuration:: +# autocmake.yml configuration:: # -# docopt: --blas Find and link to BLAS [default: False]. -# define: '-DENABLE_BLAS={0}'.format(arguments['--blas']) +# docopt: "--blas Find and link to BLAS [default: False]." +# define: "'-DENABLE_BLAS={0}'.format(arguments['--blas'])" option(ENABLE_BLAS "Find and link to BLAS" OFF) diff --git a/modules/math/cblas.cmake b/modules/math/cblas.cmake index 4d2fe09..a5024cb 100644 --- a/modules/math/cblas.cmake +++ b/modules/math/cblas.cmake @@ -8,12 +8,13 @@ # CBLAS_LIBRARIES - describe me, uncached # CBLAS_INCLUDE_DIR - describe me, uncached # -# autocmake.cfg configuration:: +# autocmake.yml configuration:: # -# 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 +# 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" option(ENABLE_CBLAS "Find and link to CBLAS" OFF) diff --git a/modules/math/goto.cmake b/modules/math/goto.cmake index 0c3e269..9d5586e 100644 --- a/modules/math/goto.cmake +++ b/modules/math/goto.cmake @@ -8,10 +8,10 @@ # GOTO_LIBRARIES # GOTO_INCLUDE_DIR # -# autocmake.cfg configuration:: +# autocmake.yml configuration:: # -# docopt: --goto Find and link to GOTO [default: False]. -# define: '-DENABLE_GOTO={0}'.format(arguments['--goto']) +# docopt: "--goto Find and link to GOTO [default: False]." +# define: "'-DENABLE_GOTO={0}'.format(arguments['--goto'])" option(ENABLE_GOTO "Find and link to GOTO" OFF) diff --git a/modules/math/lapack.cmake b/modules/math/lapack.cmake index 799eee4..7f3ac52 100644 --- a/modules/math/lapack.cmake +++ b/modules/math/lapack.cmake @@ -8,10 +8,10 @@ # LAPACK_LIBRARIES # LAPACK_INCLUDE_DIR # -# autocmake.cfg configuration:: +# autocmake.yml configuration:: # -# docopt: --lapack Find and link to LAPACK [default: False]. -# define: '-DENABLE_LAPACK={0}'.format(arguments['--lapack']) +# docopt: "--lapack Find and link to LAPACK [default: False]." +# define: "'-DENABLE_LAPACK={0}'.format(arguments['--lapack'])" option(ENABLE_LAPACK "Find and link to LAPACK" OFF) diff --git a/modules/math/lapacke.cmake b/modules/math/lapacke.cmake index 5d93ff5..2258a6e 100644 --- a/modules/math/lapacke.cmake +++ b/modules/math/lapacke.cmake @@ -8,12 +8,13 @@ # LAPACKE_LIBRARIES - describe me, uncached # LAPACKE_INCLUDE_DIR - describe me, uncached # -# autocmake.cfg configuration:: +# autocmake.yml configuration:: # -# 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 +# 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" option(ENABLE_LAPACKE "Find and link to LAPACKE" OFF)