Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rt2ms_py3
Manage
Activity
Members
Labels
Plan
Issues
9
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
rt2ms_py3
Commits
4d6198b8
Commit
4d6198b8
authored
5 months ago
by
Omid Hosseini
Browse files
Options
Downloads
Patches
Plain Diff
Fix the build issue
parent
c7b0c07f
Branches
45-fix-build-issue-for-the-new-conda-build-version
Branches containing commit
No related tags found
1 merge request
!28
Resolve "FIx build issue for the new conda-build version"
Pipeline
#4259
failed with stage
in 2 minutes and 12 seconds
Changes
4
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
conda.recipe/meta.yaml
+2
-1
2 additions, 1 deletion
conda.recipe/meta.yaml
obspy_replace/__init__.py
+1
-1
1 addition, 1 deletion
obspy_replace/__init__.py
rt2ms_py3/__init__.py
+1
-1
1 addition, 1 deletion
rt2ms_py3/__init__.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
5 additions
and
4 deletions
conda.recipe/meta.yaml
+
2
−
1
View file @
4d6198b8
package
:
name
:
rt2ms
version
:
2023.4.2.
0
version
:
2023.4.2.
1
source
:
path
:
../
...
...
@@ -13,6 +13,7 @@ requirements:
build
:
-
python >=3.9
-
pip
-
setuptools
run
:
-
python >=3.9
-
obspy >=1.3.0
...
...
This diff is collapsed.
Click to expand it.
obspy_replace/__init__.py
+
1
−
1
View file @
4d6198b8
...
...
@@ -4,4 +4,4 @@
__author__
=
"""
IRIS PASSCAL
"""
__email__
=
'
software-support@passcal.nmt.edu
'
__version__
=
'
2023.4.2.
0
'
__version__
=
'
2023.4.2.
1
'
This diff is collapsed.
Click to expand it.
rt2ms_py3/__init__.py
+
1
−
1
View file @
4d6198b8
...
...
@@ -4,4 +4,4 @@
__author__
=
"""
IRIS PASSCAL
"""
__email__
=
'
software-support@passcal.nmt.edu
'
__version__
=
'
2023.4.2.
0
'
__version__
=
'
2023.4.2.
1
'
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
4d6198b8
...
...
@@ -49,6 +49,6 @@ setup(
name
=
'
rt2ms
'
,
packages
=
find_packages
(
include
=
[
'
rt2ms_py3
'
,
'
obspy_replace
'
]),
url
=
'
https://git.passcal.nmt.edu/software_public/passoft/rt2ms_py3
'
,
version
=
'
2023.4.2.
0
'
,
version
=
'
2023.4.2.
1
'
,
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