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
bob
conda
Commits
7827d1a2
Commit
7827d1a2
authored
Jan 11, 2018
by
André Anjos
💬
Browse files
Fix scipy typo over all packages
parent
f9493926
Pipeline
#15168
failed with stage
in 6 minutes and 30 seconds
Changes
5
Pipelines
1
Show whitespace changes
Inline
Side-by-side
dependencies/dlib/meta.yaml
View file @
7827d1a2
...
...
@@ -59,8 +59,8 @@ test:
commands
:
-
run_test.py
-
conda inspect linkages -p $PREFIX
scipy
# [not win]
-
conda inspect objects -p $PREFIX
scipy
# [osx]
-
conda inspect linkages -p $PREFIX
{{ name }}
# [not win]
-
conda inspect objects -p $PREFIX
{{ name }}
# [osx]
about
:
home
:
http://dlib.net/
...
...
dependencies/libblitz/meta.yaml
View file @
7827d1a2
...
...
@@ -28,8 +28,8 @@ test:
-
test -e $PREFIX/lib/libblitz.a
# [unix]
-
test -e $PREFIX/lib/libblitz.so
# [linux]
-
test -e $PREFIX/lib/libblitz.dylib
# [osx]
-
conda inspect linkages -p $PREFIX
scipy
# [not win]
-
conda inspect objects -p $PREFIX
scipy
# [osx]
-
conda inspect linkages -p $PREFIX
libblitz
# [not win]
-
conda inspect objects -p $PREFIX
libblitz
# [osx]
about
:
home
:
https://sourceforge.net/projects/blitz
...
...
dependencies/libmatio/meta.yaml
View file @
7827d1a2
...
...
@@ -28,8 +28,8 @@ test:
-
test -e $PREFIX/lib/libmatio.a
# [unix]
-
test -e $PREFIX/lib/libmatio.so
# [linux]
-
test -e $PREFIX/lib/libmatio.dylib
# [osx]
-
conda inspect linkages -p $PREFIX
scipy
# [not win]
-
conda inspect objects -p $PREFIX
scipy
# [osx]
-
conda inspect linkages -p $PREFIX
libmatio
# [not win]
-
conda inspect objects -p $PREFIX
libmatio
# [osx]
about
:
home
:
https://sourceforge.net/projects/matio
...
...
dependencies/libsvm/meta.yaml
View file @
7827d1a2
...
...
@@ -45,8 +45,8 @@ test:
-
svm-scale | find "Usage"
# [win]
-
svm-predict | find "Usage"
# [win]
-
if not exist %PREFIX%\\Library\\lib\\libsvm.dll exit
1
# [win]
-
conda inspect linkages -p $PREFIX
scipy
# [not win]
-
conda inspect objects -p $PREFIX
scipy
# [osx]
-
conda inspect linkages -p $PREFIX
libsvm
# [not win]
-
conda inspect objects -p $PREFIX
libsvm
# [osx]
about
:
home
:
https://github.com/cjlin1/libsvm
...
...
dependencies/vlfeat/meta.yaml
View file @
7827d1a2
...
...
@@ -40,8 +40,8 @@ test:
-
if not exist %PREFIX%\\Library\\bin\\vl.dll exit
1
# [win]
-
test -f $PREFIX/lib/libvl.dylib
# [osx]
-
test -f $PREFIX/lib/libvl.so
# [linux]
-
conda inspect linkages -p $PREFIX
scipy
# [not win]
-
conda inspect objects -p $PREFIX
scipy
# [osx]
-
conda inspect linkages -p $PREFIX
vlfeat
# [not win]
-
conda inspect objects -p $PREFIX
vlfeat
# [osx]
about
:
home
:
http://www.vlfeat.org/
...
...
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