Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
thopri
PyNEMO
Commits
e817b678
Commit
e817b678
authored
5 years ago
by
James Harle
Browse files
Options
Download
Email Patches
Plain Diff
Adding conda recipe build directory
parent
2469f254
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
51 additions
and
0 deletions
+51
-0
conda-recipe/bld.bat
conda-recipe/bld.bat
+3
-0
conda-recipe/build.sh
conda-recipe/build.sh
+3
-0
conda-recipe/meta.yaml
conda-recipe/meta.yaml
+45
-0
No files found.
conda-recipe/bld.bat
0 → 100644
View file @
e817b678
xcopy
/e
"
%RECIPE_DIR%
\.."
"
%SRC_DIR%
"
%PYTHON%
setup
.py
install
if
errorlevel
1
exit
1
\ No newline at end of file
This diff is collapsed.
Click to expand it.
conda-recipe/build.sh
0 → 100644
View file @
e817b678
cp
-r
${
RECIPE_DIR
}
/..
${
SRC_DIR
}
cd
${
SRC_DIR
}
$PYTHON
setup.py
install
This diff is collapsed.
Click to expand it.
conda-recipe/meta.yaml
0 → 100644
View file @
e817b678
package
:
name
:
pynemo
version
:
"
0.1.0"
#source:
# path: ../
# git_url: https://github.com/jdha/PyNEMO
build
:
preserve_egg_dir
:
yes
# number: 0
requirements
:
build
:
-
python
-
numpy
-
setuptools
-
scipy
-
netcdf4 >=1.1.9
-
matplotlib
-
basemap
-
thredds_crawler
-
seawater
run
:
-
python
-
numpy
-
scipy
-
netcdf4 >=1.1.9
-
matplotlib
-
basemap
-
thredds_crawler
-
seawater
#test:
# files:
# - ../data/grid_C/NNA_R12_bathy_meter_bench.nc
# requires:
# - nose
# imports:
# - nosetests
about
:
home
:
https://github.com/jdha/PyNEMO
license
:
GPL v3
summary
:
'
NEMO
Regional
Configuration
Toolbox'
This diff is collapsed.
Click to expand it.
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