"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "99784ae0d20327e7f971ae59d420f1b1c3a4f8cc"
Commit 51361cb6 authored by rusty1s's avatar rusty1s
Browse files

[ci skip]

parent 6caa27d1
...@@ -11,15 +11,13 @@ requirements: ...@@ -11,15 +11,13 @@ requirements:
host: host:
- pip - pip
- scipy
- pytorch-scatter
- python {{ environ.get('PYTHON_VERSION') }} - python {{ environ.get('PYTHON_VERSION') }}
- {{ environ.get('CONDA_PYTORCH_CONSTRAINT') }} - {{ environ.get('CONDA_PYTORCH_CONSTRAINT') }}
- {{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT') }} - {{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT') }}
run: run:
- scipy # - scipy
- pytorch-scatter # - pytorch-scatter
- python {{ environ.get('PYTHON_VERSION') }} - python {{ environ.get('PYTHON_VERSION') }}
- {{ environ.get('CONDA_PYTORCH_CONSTRAINT') }} - {{ environ.get('CONDA_PYTORCH_CONSTRAINT') }}
- {{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT') }} - {{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT') }}
......
...@@ -24,6 +24,7 @@ BUILD_DOCS = os.getenv('BUILD_DOCS', '0') == '1' ...@@ -24,6 +24,7 @@ BUILD_DOCS = os.getenv('BUILD_DOCS', '0') == '1'
WITH_METIS = True if os.getenv('WITH_METIS', '0') == '1' else False WITH_METIS = True if os.getenv('WITH_METIS', '0') == '1' else False
WITH_MTMETIS = True if os.getenv('WITH_MTMETIS', '0') == '1' else False WITH_MTMETIS = True if os.getenv('WITH_MTMETIS', '0') == '1' else False
WITH_METIS = False WITH_METIS = False
WITH_MTMETIS = False
def get_extensions(): def get_extensions():
...@@ -92,7 +93,7 @@ def get_extensions(): ...@@ -92,7 +93,7 @@ def get_extensions():
define_macros=define_macros, define_macros=define_macros,
extra_compile_args=extra_compile_args, extra_compile_args=extra_compile_args,
extra_link_args=extra_link_args, extra_link_args=extra_link_args,
libraries=libraries, # libraries=libraries,
) )
extensions += [extension] extensions += [extension]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment