s/yaml/master/

This commit is contained in:
Radovan Bast 2016-05-21 12:23:20 +02:00
parent be5d760555
commit 9c9f001e57
6 changed files with 7 additions and 7 deletions

View File

@ -12,7 +12,7 @@
# - minor: 59 # - minor: 59
# - patch: 0 # - patch: 0
# - components: "chrono;timer;system" # - 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. # Cross-dependencies between required components are not checked for.
# For example, Boost.Timer depends on Boost.Chrono and Boost.System thus you # For example, Boost.Timer depends on Boost.Chrono and Boost.System thus you
@ -48,7 +48,7 @@
# #
# autocmake.yml configuration:: # autocmake.yml configuration::
# #
# url_root: https://github.com/coderefinery/autocmake/raw/yaml/ # url_root: https://github.com/coderefinery/autocmake/raw/master/
# major: 1 # major: 1
# minor: 48 # minor: 48
# patch: 0 # patch: 0

View File

@ -7,7 +7,7 @@
# #
# autocmake.yml configuration:: # autocmake.yml configuration::
# #
# url_root: https://github.com/coderefinery/autocmake/raw/yaml/ # url_root: https://github.com/coderefinery/autocmake/raw/master/
# fetch: # fetch:
# - "%(url_root)modules/git_info/git_info_sub.cmake" # - "%(url_root)modules/git_info/git_info_sub.cmake"
# - "%(url_root)modules/git_info/git_info.h.in" # - "%(url_root)modules/git_info/git_info.h.in"

View File

@ -10,7 +10,7 @@
# #
# autocmake.yml configuration:: # 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]." # docopt: "--accelerate Find and link to ACCELERATE [default: False]."
# define: "'-DENABLE_ACCELERATE={0}'.format(arguments['--accelerate'])" # define: "'-DENABLE_ACCELERATE={0}'.format(arguments['--accelerate'])"
# fetch: # fetch:

View File

@ -10,7 +10,7 @@
# #
# autocmake.yml configuration:: # 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]." # docopt: "--cblas Find and link to CBLAS [default: False]."
# define: "'-DENABLE_CBLAS={0}'.format(arguments['--cblas'])" # define: "'-DENABLE_CBLAS={0}'.format(arguments['--cblas'])"
# fetch: # fetch:

View File

@ -10,7 +10,7 @@
# #
# autocmake.yml configuration:: # 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]." # docopt: "--lapacke Find and link to LAPACKE [default: False]."
# define: "'-DENABLE_LAPACKE={0}'.format(arguments['--lapacke'])" # define: "'-DENABLE_LAPACKE={0}'.format(arguments['--lapacke'])"
# fetch: # fetch:

View File

@ -4,7 +4,7 @@ import os
import sys 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(): def check_for_yaml():