Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

conda-forge.org : autotools_clang_conda

This package installs clang compiler, lld linker, tools like llvm-ranlib, llvm-ar, bash, autoconf to compiler autotools on windows. Resulting packages will be MSVC compatible. To use this package, in meta.yaml build: requirements: build: - vs2019_win-64 - autotools_clang_conda - llvm-openmp In bld.bat call %BUILD_PREFIX%\Library\bin\run_autotools_clang_conda_build.bat if %ERRORLEVEL% neq 0 exit 1 In build.sh ./configure --prefix=$PREFIX [[ "$target_platform" == "win-64" ]] && patch_libtool make -j${CPU_COUNT} make install In case the build script has a different name (for example in multi-output recipes), you can pass the name of the build script in the recipe folder to the bat-script: In build_subpackage.bat call %BUILD_PREFIX%\Library\bin\run_autotools_clang_conda_build.bat build_subpackage.sh if %ERRORLEVEL% neq 0 exit 1

Registry - Source - Homepage - JSON
purl: pkg:conda/autotools_clang_conda
License: BSD-3-Clause
Latest release: almost 2 years ago
First release: almost 5 years ago
Stars: 5 on GitHub
Forks: 5 on GitHub
See more repository details: repos.ecosyste.ms
Funding links: https://github.com/sponsors/numfocus, https://numfocus.org/donate-to-conda-forge
Last synced: 26 days ago

    Loading...
    Readme
    Loading...