using for loop to install conda package
This commit is contained in:
11
.CondaPkg/env/Library/lib/pkgconfig/libcrypto.pc
vendored
Normal file
11
.CondaPkg/env/Library/lib/pkgconfig/libcrypto.pc
vendored
Normal 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
|
||||
11
.CondaPkg/env/Library/lib/pkgconfig/libffi.pc
vendored
Normal file
11
.CondaPkg/env/Library/lib/pkgconfig/libffi.pc
vendored
Normal 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}
|
||||
11
.CondaPkg/env/Library/lib/pkgconfig/libssl.pc
vendored
Normal file
11
.CondaPkg/env/Library/lib/pkgconfig/libssl.pc
vendored
Normal 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
|
||||
9
.CondaPkg/env/Library/lib/pkgconfig/openssl.pc
vendored
Normal file
9
.CondaPkg/env/Library/lib/pkgconfig/openssl.pc
vendored
Normal 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
|
||||
Reference in New Issue
Block a user