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
c250691a
Commit
c250691a
authored
6 years ago
by
Lloyd Carothers
Browse files
Options
Downloads
Patches
Plain Diff
Constructor tweaks.
parent
61b9afec
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
conda-recipe/build.sh
+1
-1
1 addition, 1 deletion
conda-recipe/build.sh
conda-recipe/meta.yaml
+4
-4
4 additions, 4 deletions
conda-recipe/meta.yaml
nexus_constructor/construct.yaml
+11
-9
11 additions, 9 deletions
nexus_constructor/construct.yaml
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
17 additions
and
15 deletions
conda-recipe/build.sh
+
1
−
1
View file @
c250691a
$PYTHON
setup.py
install
--no-deps
--single-version-externally-managed
--record
=
record.txt
# Python command to install the script.
$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
+
4
−
4
View file @
c250691a
package
:
name
:
nexus
version
:
"
2018.1
49
"
version
:
"
2018.1
78.b
"
build
:
number
:
0
...
...
@@ -13,12 +13,12 @@ source:
requirements
:
build
:
-
python >
3
-
'
python
>3
'
-
setuptools
run
:
-
python >
3
-
'
python
>3
'
-
obspy
-
pyqt
-
'
pyqt
>5.9'
test
:
imports
:
...
...
This diff is collapsed.
Click to expand it.
nexus_constructor/construct.yaml
+
11
−
9
View file @
c250691a
name
:
nexus
-test-nomkl
version
:
2018.1
49
name
:
nexus
version
:
2018.1
78.b
install_in_dependency_order
:
False
...
...
@@ -9,23 +9,25 @@ channels:
-
http://repo.anaconda.com/pkgs/main/
packages
:
#- https://repo.anaconda.com/pkgs/main/osx-64/python-dateutil-2.7.3-py36_0.tar.bz2
#- python-dateutil
specs
:
-
python 3.6*
#- https://anaconda.org/anaconda/python-dateutil/2.7.3/download/osx-64/python-dateutil-2.7.3-py36_0.tar.bz2
#- python-dateutil
#- pip
-
nomkl [not win]
-
nexus
2018.149
-
nexus
-
conda
post_install
:
reinstall_dateutil.sh
exclude
:
#-
python-dateutil
#-
tk
keep_pkgs
:
True
#installer_type: pkg [osx]
#installer_filename: PASSOFT_py3.pkg [osx]
default_prefix
:
~/PASSOFT_py3
#ignore_duplicate_files: True
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
c250691a
...
...
@@ -56,6 +56,6 @@ setup(
packages
=
find_packages
(
include
=
[
'
nexus
'
]),
test_suite
=
'
tests
'
,
url
=
'
https://git.passcal.nmt.edu/passoft/nexus
'
,
version
=
'
2018.1
49
'
,
version
=
'
2018.1
78.b
'
,
zip_safe
=
False
,
)
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