Skip to content

Commit

Permalink
fix package naming consistency issue
Browse files Browse the repository at this point in the history
Specific error for future reference:
"Cannot solve the request because of: No candidates were found for pixi-nvhpc-recipe"
  • Loading branch information
joshkamm committed Jan 29, 2025
1 parent 7c1fa8b commit 6b77448
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 42 deletions.
10 changes: 5 additions & 5 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ export NVHPC_INSTALL_TYPE="auto"
./install

# allow user to troubleshoot build directories before they are cleaned up
touch WORKING
while [ -f "WORKING" ]; do
sleep 1
done
echo "File 'WORKING' no longer exists! Continuing execution..."
# touch WORKING
# while [ -f "WORKING" ]; do
# sleep 1
# done
# echo "File 'WORKING' no longer exists! Continuing execution..."
46 changes: 10 additions & 36 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ context:
version_month: "9"

package:
name: Nvidia-HPC-SDK
name: pixi-nvhpc-recipe
version: ${{ version_year }}.${{ version_month}}

source:
Expand Down

0 comments on commit 6b77448

Please sign in to comment.