OFS / oneapi-asp

Intel® oneAPI Accelerator Support Package (ASP)
MIT License
2 stars 8 forks source link

possibly incorrect OPAESIM_REPO_BRANCH variable value in build-opae.sh #139

Closed umairsiddiqui-digitek closed 3 months ago

umairsiddiqui-digitek commented 3 months ago

possibly incorrect OPAESIM_REPO_BRANCH variable value in build-opae.sh

https://github.com/OFS/oneapi-asp/blob/51ccd10edb739581ace2a00f02d2e0dd26e8041f/common/scripts/build-opae.sh#L124

    # Default branch to 'master' if the branch variable is not set
    if [ -z "${OPAESIM_REPO_BRANCH}" ]; then
        OPAESIM_REPO_BRANCH="release/2.5.0"
    fi

but according to https://github.com/orgs/OFS/discussions/60

the branch/tag for 2024.1-1 release is

opae-sim | release/2.12.0 | 2.12.0-1 
cohensus commented 3 months ago

Hi there, Thanks for pointing this inconsistency out. We are working with engineering team to correct this old version reference. Will provide an update shortly.

aktole commented 3 months ago

Hi, Do you have the OFS_ASP_ENV_ENABLE_ASE and/or OPENCL_ASE_SIM variable set ? Please unset & retry the build.
Note: ASE flow is not supported for oneapi-asps in the current release. For environment variables to be set during build, please see pre-requisites section here.