Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
A
afni-20190220
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ynic-public
afni-20190220
Commits
09d5fee6
Commit
09d5fee6
authored
Sep 13, 2019
by
Mark Hymers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove embedded nibabel and depend on it instead.
parent
082e02fb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
1 deletion
+15
-1
debian/changelog
debian/changelog
+6
-0
debian/control
debian/control
+5
-1
debian/rules
debian/rules
+4
-0
No files found.
debian/changelog
View file @
09d5fee6
afni-20190220 (20190829-2) buster-devel; urgency=medium
* Remove embedded nibabel and depend on it instead.
-- Mark Hymers <mark.hymers@ynic.york.ac.uk> Fri, 13 Sep 2019 10:37:51 +0100
afni-20190220 (20190829-1) buster-devel; urgency=medium
* Initial release.
...
...
debian/control
View file @
09d5fee6
...
...
@@ -8,7 +8,11 @@ Homepage: https://afni.nimh.nih.gov
Package: afni-20190220
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends}, ${misc:Depends},
python-numpy, python3-numpy,
python-scipy, python3-scipy,
python-matplotlib, python3-matplotlib,
python-nibabel, python3-nibabel
Description: AFNI brain imaging software: 20190220 release
AFNI (Analysis of Functional NeuroImages) is a leading software suite of C,
Python, R programs and shell scripts primarily developed for the analysis and
...
...
debian/rules
View file @
09d5fee6
...
...
@@ -28,6 +28,10 @@ override_dh_auto_install:
make install_plugins
make install_lib
cp html/afnigui_logo.jpg afni-20190220.jpg
# Don't ship nibabel, it's horrendously out of date
# Depend on it instead (this is only used in tedana.py
# and is tested in there)
rm -fr linux_ubuntu_16_64/meica.libs/nibabel
override_dh_clean:
dh_clean
...
...
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