Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bline
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
bline
Commits
fc311c36
Commit
fc311c36
authored
1 year ago
by
Omid Hosseini
Browse files
Options
Downloads
Patches
Plain Diff
Fix comments in the build.sh file
parent
c2edf4b0
No related branches found
No related tags found
1 merge request
!19
Add support for ARM64 platforms
Pipeline
#3569
passed with stage
in 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.sh
+3
-3
3 additions, 3 deletions
build.sh
with
3 additions
and
3 deletions
build.sh
+
3
−
3
View file @
fc311c36
!
#!/bin/bash
#
B
ase version of the package
#
The b
ase version of the package
version
=
"2023.2.0.0"
#
E
xtension of the package version scheme to identify the platform
#
Build the e
xtension of the package version scheme to identify the platform
version_extension
=
$(
uname
-m
)
#
e
xport the package version name
#
E
xport the package version name
export
PACKAGE_VERSION
=
"
${
version
}
"
_
"
${
version_extension
}
"
# Build the conda package
...
...
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