update to python3.7
This commit is contained in:
parent
da2d24a7f4
commit
80c4a755da
2912 changed files with 206832 additions and 100407 deletions
13
lib/pkgconfig/python-3.7.pc
Normal file
13
lib/pkgconfig/python-3.7.pc
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# See: man pkg-config
|
||||
prefix=/oml/openmedialibrary_platform_darwin/dist
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: Python
|
||||
Description: Python library
|
||||
Requires:
|
||||
Version: 3.7
|
||||
Libs.private: -ldl -framework CoreFoundation
|
||||
Libs: -L${libdir} -lpython3.7m
|
||||
Cflags: -I${includedir}/python3.7m
|
||||
Loading…
Add table
Add a link
Reference in a new issue