Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-sparse
Commits
2e8d89e9
Commit
2e8d89e9
authored
Jun 26, 2021
by
rusty1s
Browse files
[ci skip]
parent
5d071bb6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
10 deletions
+12
-10
.github/workflows/building-conda.yml
.github/workflows/building-conda.yml
+8
-8
conda/bld.bat
conda/bld.bat
+2
-1
conda/build.sh
conda/build.sh
+2
-1
No files found.
.github/workflows/building-conda.yml
View file @
2e8d89e9
...
...
@@ -80,11 +80,11 @@ jobs:
shell
:
bash -l {0}
-
name
:
Publish Conda package
run
:
|
conda install anaconda-client --yes
anaconda upload --force --label main $HOME/conda-bld/*/*.tar.bz2
env
:
ANACONDA_API_TOKEN
:
${{ secrets.ANACONDA_TOKEN }}
shell
:
bash -l {0}
#
- name: Publish Conda package
#
run: |
#
conda install anaconda-client --yes
#
anaconda upload --force --label main $HOME/conda-bld/*/*.tar.bz2
#
env:
#
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
#
shell:
#
bash -l {0}
conda/bld.bat
View file @
2e8d89e9
copy
"C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\VC\\Tools\\MSVC\\14.29.30037\\lib\\x64\\metis.lib"
%LIBRARY_LIB%
copy
"C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\VC\\Tools\\MSVC\\14.29.30037\\include\\metis.h"
%LIBRARY_INC%
pip
install
.
:: pip install .
python
setup
.py
install
conda/build.sh
View file @
2e8d89e9
#!/bin/bash
pip
install
.
# pip install .
python setup.py
install
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment