Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nexus
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software Public
PASSOFT
nexus
Commits
01dbafa5
Commit
01dbafa5
authored
6 years ago
by
Lloyd Carothers
Browse files
Options
Downloads
Patches
Plain Diff
Conda pkg recipe.
parent
874ab1a5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
conda-recipe/bld.bat
+2
-0
2 additions, 0 deletions
conda-recipe/bld.bat
conda-recipe/build.sh
+1
-0
1 addition, 0 deletions
conda-recipe/build.sh
conda-recipe/meta.yaml
+30
-0
30 additions, 0 deletions
conda-recipe/meta.yaml
with
33 additions
and
0 deletions
conda-recipe/bld.bat
0 → 100644
+
2
−
0
View file @
01dbafa5
"
%PYTHON%
"
setup
.py
install
--single-version-externally-managed --record
=
record
.txt
if
errorlevel
1
exit
1
This diff is collapsed.
Click to expand it.
conda-recipe/build.sh
0 → 100644
+
1
−
0
View file @
01dbafa5
$PYTHON
setup.py
install
--single-version-externally-managed
--record
=
record.txt
# Python command to install the script.
This diff is collapsed.
Click to expand it.
conda-recipe/meta.yaml
0 → 100644
+
30
−
0
View file @
01dbafa5
package
:
name
:
nexus
version
:
"
2018.149"
build
:
number
:
0
entry_points
:
-
nexus = nexus.nexus:main
-
ms_sum = nexus.ms_sum:main
source
:
path
:
../
requirements
:
build
:
-
python
-
setuptools
run
:
-
python
-
obspy
-
pyqt
test
:
imports
:
-
nexus.nexus
about
:
home
:
git@git.passcal.nmt.edu:lloyd/nexus.git
license
:
GPLv3
license_file
:
LICENSE
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment