Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
sds-repo
Commits
911dc5dc
Commit
911dc5dc
authored
Mar 16, 2018
by
Rob Latham
Browse files
remove all tabs!
parent
a8e987ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
packages/bmi/package.py
View file @
911dc5dc
...
...
@@ -38,8 +38,8 @@ class Bmi(AutotoolsPackage):
# need to override 'autoreconf' so we can run BMI's 'prepare' script
def
autoreconf
(
self
,
spec
,
prefix
):
with
working_dir
(
self
.
configure_directory
):
call
(
"./prepare"
);
call
(
"./prepare"
);
def
configure_args
(
self
):
args
=
[
"--enable-shared"
,
"--enable-bmi-only"
]
return
args
;
args
=
[
"--enable-shared"
,
"--enable-bmi-only"
]
return
args
;
packages/cci/package.py
View file @
911dc5dc
...
...
@@ -46,14 +46,14 @@ class Cci(AutotoolsPackage):
version
(
'master'
,
git
=
'https://github.com/CCI/cci.git'
)
version
(
'2.0'
,
'070b2ba4eca92a846c093f2cd000d3b2'
)
def
configure_args
(
self
):
# TODO: need variants for verbs and ugni
args
=
[
'--without-gni'
,
'--without-verbs'
,
'--disable-picky'
# TODO: need variants for verbs and ugni
args
=
[
'--without-gni'
,
'--without-verbs'
,
'--disable-picky'
]
return
args
return
args
# need to override 'autoreconf' so we can run CCI's 'autogen.pl' script
def
autoreconf
(
self
,
spec
,
prefix
):
with
working_dir
(
self
.
configure_directory
):
call
(
"./autogen.pl"
);
with
working_dir
(
self
.
configure_directory
):
call
(
"./autogen.pl"
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment