using for loop to install conda package

This commit is contained in:
ton
2023-04-16 11:03:27 +07:00
parent 49da9f29c1
commit 0c2b34d6f8
12168 changed files with 2656238 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
prefix=C:/Users/naraw/.julia/dev/ImageUtils/.CondaPkg/env/Library
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: OpenSSL-libcrypto
Description: OpenSSL cryptography library
Libs: -L"${libdir}" -llibcrypto
Libs.private: -lcrypt32 -lws2_32
Cflags: -I"${includedir}"
Version: 3.1.0

View File

@@ -0,0 +1,11 @@
prefix=/d/bld/libffi_1636488365506/_h_env/Library
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
toolexeclibdir=${libdir}
includedir=/d/bld/libffi_1636488365506/_h_env/Library/include
Name: libffi
Description: Library supporting Foreign Function Interfaces
Version: 3.4.2
Libs: -L${toolexeclibdir} -lffi
Cflags: -I${includedir}

View File

@@ -0,0 +1,11 @@
prefix=C:/Users/naraw/.julia/dev/ImageUtils/.CondaPkg/env/Library
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: OpenSSL-libssl
Description: Secure Sockets Layer and cryptography libraries
Libs: -L"${libdir}" -llibssl
Requires: libcrypto
Cflags: -I"${includedir}"
Version: 3.1.0

View File

@@ -0,0 +1,9 @@
prefix=C:/Users/naraw/.julia/dev/ImageUtils/.CondaPkg/env/Library
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: OpenSSL
Description: Secure Sockets Layer and cryptography libraries and tools
Requires: libssl libcrypto
Version: 3.1.0