Created starter files for the project.
This commit is contained in:
commit
73f0c0db42
1992 changed files with 769897 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
[meta]
|
||||
Name = mlib
|
||||
Description = Math library used with this version of numpy
|
||||
Version = 1.0
|
||||
|
||||
[default]
|
||||
Libs=
|
||||
Cflags=
|
||||
|
||||
[msvc]
|
||||
Libs=
|
||||
Cflags=
|
|
@ -0,0 +1,20 @@
|
|||
[meta]
|
||||
Name=npymath
|
||||
Description=Portable, core math library implementing C99 standard
|
||||
Version=0.1
|
||||
|
||||
[variables]
|
||||
pkgname=numpy.core
|
||||
prefix=${pkgdir}
|
||||
libdir=${prefix}\lib
|
||||
includedir=${prefix}\include
|
||||
|
||||
[default]
|
||||
Libs=-L${libdir} -lnpymath
|
||||
Cflags=-I${includedir}
|
||||
Requires=mlib
|
||||
|
||||
[msvc]
|
||||
Libs=/LIBPATH:${libdir} npymath.lib
|
||||
Cflags=/INCLUDE:${includedir}
|
||||
Requires=mlib
|
BIN
venv/Lib/site-packages/numpy/core/lib/npymath.lib
Normal file
BIN
venv/Lib/site-packages/numpy/core/lib/npymath.lib
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue