Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
2a1737f2
Commit
2a1737f2
authored
Jul 07, 2021
by
Philipp Arras
Browse files
Cosmetics
parent
b668f0e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
2a1737f2
...
...
@@ -49,7 +49,7 @@ Installation
-
[
SciPy
](
https://www.scipy.org/
)
Optional dependencies:
-
[
DUCC
0
](
https://gitlab.mpcdf.mpg.de/mtr/ducc
)
for faster FFTs, spherical
-
[
ducc
0
](
https://gitlab.mpcdf.mpg.de/mtr/ducc
)
for faster FFTs, spherical
harmonic transforms, and radio interferometry gridding support
-
[
mpi4py
](
https://mpi4py.scipy.org
)
(
for
MPI-parallel execution)
-
[
matplotlib
](
https://matplotlib.org/
)
(
for
field plotting)
...
...
setup.py
View file @
2a1737f2
...
...
@@ -11,7 +11,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Copyright(C) 2013-201
9
Max-Planck-Society
# Copyright(C) 2013-20
2
1 Max-Planck-Society
#
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik.
...
...
@@ -28,8 +28,8 @@ def write_version():
except
FileNotFoundError
:
print
(
"Could not determine version string from git history"
)
res
=
"unknown"
with
open
(
os
.
path
.
join
(
"nifty7"
,
"git_version.py"
),
"w"
)
as
f
ile
:
f
ile
.
write
(
'gitversion = "{}"
\n
'
.
format
(
res
))
with
open
(
os
.
path
.
join
(
"nifty7"
,
"git_version.py"
),
"w"
)
as
f
:
f
.
write
(
'gitversion = "{}"
\n
'
.
format
(
res
))
write_version
()
...
...
Write
Preview
Supports
Markdown
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