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
ift
D2O
Commits
d2046bc2
Commit
d2046bc2
authored
Oct 04, 2016
by
theos
Browse files
Adapted to changes in keepers.get_Configuration.
parent
7a8ed3e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
d2o/config/d2o_config.py
View file @
d2046bc2
...
...
@@ -46,7 +46,7 @@ variable_mpi_init_checks = keepers.Variable('mpi_init_checks',
genus
=
'boolean'
)
# Construct the configuration object
configuration
=
keepers
.
get_Configuration
(
'D2O
'
)
configuration
=
keepers
.
get_Configuration
(
name
=
'D2O'
,
file_name
=
'D2O.conf
'
)
[
configuration
.
register
(
vari
)
for
vari
in
...
...
setup.py
View file @
d2046bc2
...
...
@@ -40,8 +40,8 @@ setup(
packages
=
[
'd2o'
,
'd2o.config'
,
'd2o.mpi_dummy'
,
'test'
],
zip_safe
=
False
,
dependency_links
=
[
"git+https://gitlab.mpcdf.mpg.de/ift/keepers.git#egg=keepers"
],
install_requires
=
[
"keepers"
],
"git+https://gitlab.mpcdf.mpg.de/ift/keepers.git#egg=keepers
-0.1.1
"
],
install_requires
=
[
"keepers
>=0.1.1
"
],
long_description
=
read
(
'README.rst'
),
license
=
"GPLv3"
,
classifiers
=
[
...
...
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