About Anaconda Help Download Anaconda

main / packages / autotools_clang_conda 0.0.10

Scripts to compile autotools projects on windows using clang and llvm tools

Installers

  • win-64 v0.0.10
  • win-32 v0.0.10

conda install

To install this package run one of the following:
conda install main::autotools_clang_conda

Description

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: - vs2017win-32 - autotoolsclang_conda - llvm-openmp

In bld.bat

call %BUILDPREFIX%\Library\bin\runautotoolsclangconda_build.bat if %ERRORLEVEL% neq 0 exit 1

In build.sh

./configure --prefix=$PREFIX [[ "$targetplatform" == "win-64" ]] && patchlibtool 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 %BUILDPREFIX%\Library\bin\runautotoolsclangcondabuild.bat buildsubpackage.sh if %ERRORLEVEL% neq 0 exit 1


© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy