Skip to content
Snippets Groups Projects
Commit c250691a authored by Lloyd Carothers's avatar Lloyd Carothers
Browse files

Constructor tweaks.

parent 61b9afec
No related branches found
No related tags found
No related merge requests found
$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.
package:
name: nexus
version: "2018.149"
version: "2018.178.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:
......
name: nexus-test-nomkl
version: 2018.149
name: nexus
version: 2018.178.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
......@@ -56,6 +56,6 @@ setup(
packages=find_packages(include=['nexus']),
test_suite='tests',
url='https://git.passcal.nmt.edu/passoft/nexus',
version='2018.149',
version='2018.178.b',
zip_safe=False,
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment