From 9c9f001e57844e3abbaec16e69158c634c05d8ed Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Sat, 21 May 2016 12:23:20 +0200 Subject: [PATCH] s/yaml/master/ --- modules/boost/boost.cmake | 4 ++-- modules/git_info/git_info.cmake | 2 +- modules/math/accelerate.cmake | 2 +- modules/math/cblas.cmake | 2 +- modules/math/lapacke.cmake | 2 +- update.py | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/boost/boost.cmake b/modules/boost/boost.cmake index 656f7bd..a33665e 100644 --- a/modules/boost/boost.cmake +++ b/modules/boost/boost.cmake @@ -12,7 +12,7 @@ # - minor: 59 # - patch: 0 # - components: "chrono;timer;system" -# - source: "https://github.com/coderefinery/autocmake/raw/yaml/modules/boost/boost.cmake" +# - source: "https://github.com/coderefinery/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 @@ -48,7 +48,7 @@ # # autocmake.yml configuration:: # -# url_root: https://github.com/coderefinery/autocmake/raw/yaml/ +# url_root: https://github.com/coderefinery/autocmake/raw/master/ # major: 1 # minor: 48 # patch: 0 diff --git a/modules/git_info/git_info.cmake b/modules/git_info/git_info.cmake index 9ee81f4..ee169c0 100644 --- a/modules/git_info/git_info.cmake +++ b/modules/git_info/git_info.cmake @@ -7,7 +7,7 @@ # # autocmake.yml configuration:: # -# url_root: https://github.com/coderefinery/autocmake/raw/yaml/ +# url_root: https://github.com/coderefinery/autocmake/raw/master/ # fetch: # - "%(url_root)modules/git_info/git_info_sub.cmake" # - "%(url_root)modules/git_info/git_info.h.in" diff --git a/modules/math/accelerate.cmake b/modules/math/accelerate.cmake index f03b160..9483e5a 100644 --- a/modules/math/accelerate.cmake +++ b/modules/math/accelerate.cmake @@ -10,7 +10,7 @@ # # autocmake.yml configuration:: # -# url_root: https://github.com/coderefinery/autocmake/raw/yaml/ +# url_root: https://github.com/coderefinery/autocmake/raw/master/ # docopt: "--accelerate Find and link to ACCELERATE [default: False]." # define: "'-DENABLE_ACCELERATE={0}'.format(arguments['--accelerate'])" # fetch: diff --git a/modules/math/cblas.cmake b/modules/math/cblas.cmake index 305c3cc..86fa49f 100644 --- a/modules/math/cblas.cmake +++ b/modules/math/cblas.cmake @@ -10,7 +10,7 @@ # # autocmake.yml configuration:: # -# url_root: https://github.com/coderefinery/autocmake/raw/yaml/ +# url_root: https://github.com/coderefinery/autocmake/raw/master/ # docopt: "--cblas Find and link to CBLAS [default: False]." # define: "'-DENABLE_CBLAS={0}'.format(arguments['--cblas'])" # fetch: diff --git a/modules/math/lapacke.cmake b/modules/math/lapacke.cmake index e561ba6..8b89044 100644 --- a/modules/math/lapacke.cmake +++ b/modules/math/lapacke.cmake @@ -10,7 +10,7 @@ # # autocmake.yml configuration:: # -# url_root: https://github.com/coderefinery/autocmake/raw/yaml/ +# url_root: https://github.com/coderefinery/autocmake/raw/master/ # docopt: "--lapacke Find and link to LAPACKE [default: False]." # define: "'-DENABLE_LAPACKE={0}'.format(arguments['--lapacke'])" # fetch: diff --git a/update.py b/update.py index 006c84d..5cbf0c7 100644 --- a/update.py +++ b/update.py @@ -4,7 +4,7 @@ import os import sys -AUTOCMAKE_GITHUB_URL = 'https://github.com/coderefinery/autocmake/raw/yaml/' +AUTOCMAKE_GITHUB_URL = 'https://github.com/coderefinery/autocmake/raw/master/' def check_for_yaml():