Skip to content
Snippets Groups Projects
Commit fc311c36 authored by Omid Hosseini's avatar Omid Hosseini
Browse files

Fix comments in the build.sh file

parent c2edf4b0
No related branches found
No related tags found
1 merge request!19Add support for ARM64 platforms
Pipeline #3569 passed with stage
in 19 seconds
!#!/bin/bash
# Base version of the package
# The base version of the package
version="2023.2.0.0"
# Extension of the package version scheme to identify the platform
# Build the extension of the package version scheme to identify the platform
version_extension=$(uname -m)
# export the package version name
# Export the package version name
export PACKAGE_VERSION="${version}"_"${version_extension}"
# Build the conda package
......
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