Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
refscrub
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
1
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
refscrub
Commits
d5c44ff7
Commit
d5c44ff7
authored
4 months ago
by
Omid Hosseini
Browse files
Options
Downloads
Patches
Plain Diff
Fix the build issue
parent
70ea6405
No related branches found
No related tags found
1 merge request
!13
Resolve "FIx build issue for the new conda-build version"
Pipeline
#4251
passed with stage
in 45 seconds
Changes
4
Pipelines
1
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
refscrub/__init__.py
+1
-1
1 addition, 1 deletion
refscrub/__init__.py
refscrub/refscrub.py
+1
-1
1 addition, 1 deletion
refscrub/refscrub.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 @
d5c44ff7
package
:
package
:
name
:
refscrub
name
:
refscrub
version
:
2023.2.0.
0
version
:
2023.2.0.
1
source
:
source
:
path
:
../
path
:
../
...
@@ -13,6 +13,7 @@ requirements:
...
@@ -13,6 +13,7 @@ requirements:
build
:
build
:
-
python >=3.9
-
python >=3.9
-
pip
-
pip
-
setuptools
run
:
run
:
-
python >=3.9
-
python >=3.9
...
...
This diff is collapsed.
Click to expand it.
refscrub/__init__.py
+
1
−
1
View file @
d5c44ff7
...
@@ -4,4 +4,4 @@
...
@@ -4,4 +4,4 @@
__author__
=
"""
IRIS PASSCAL
"""
__author__
=
"""
IRIS PASSCAL
"""
__email__
=
'
software-support@passcal.nmt.edu
'
__email__
=
'
software-support@passcal.nmt.edu
'
__version__
=
'
2023.2.0.
0
'
__version__
=
'
2023.2.0.
1
'
This diff is collapsed.
Click to expand it.
refscrub/refscrub.py
+
1
−
1
View file @
d5c44ff7
...
@@ -28,7 +28,7 @@ import struct
...
@@ -28,7 +28,7 @@ import struct
import
sys
import
sys
from
os.path
import
basename
,
getsize
,
isfile
from
os.path
import
basename
,
getsize
,
isfile
PROG_VERSION
=
'
2023.2.0.
0
'
PROG_VERSION
=
'
2023.2.0.
1
'
VERBOSE
=
False
VERBOSE
=
False
EXTRACT
=
False
EXTRACT
=
False
SUMMARY_FILE
=
'
scrubsum.txt
'
SUMMARY_FILE
=
'
scrubsum.txt
'
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
d5c44ff7
...
@@ -43,6 +43,6 @@ setup(
...
@@ -43,6 +43,6 @@ setup(
name
=
'
refscrub
'
,
name
=
'
refscrub
'
,
packages
=
find_packages
(
include
=
[
'
refscrub
'
]),
packages
=
find_packages
(
include
=
[
'
refscrub
'
]),
url
=
'
https://git.passcal.nmt.edu/software_public/passoft/refscrub
'
,
url
=
'
https://git.passcal.nmt.edu/software_public/passoft/refscrub
'
,
version
=
'
2023.2.0.
0
'
,
version
=
'
2023.2.0.
1
'
,
zip_safe
=
False
,
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