mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-07-06 07:52:33 +00:00
first commit
This commit is contained in:
@ -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.
Reference in New Issue
Block a user