rm nativeLib

This commit is contained in:
mjames-upc 2019-02-04 18:44:20 -07:00
parent db5b3d231b
commit 82453caf79
37 changed files with 0 additions and 78 deletions

View file

@ -1,11 +0,0 @@
#!/bin/bash -fv
#
# build_osx.sh: Build gridslice library for macOS
# author: mjames@ucar
#
export C_INCLUDE_PATH=/System/Library/Frameworks/Python.framework/Headers
export CFLAGS="-I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/ -I /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include $CFLAGS"
gcc -c -fPIC $CFLAGS gridslice.c -o gridslice.o
gcc -c -fPIC $CFLAGS sliceConvert.c -o sliceConvert.o
gcc gridslice.o sliceConvert.o -lpython -shared -o gridslice.so
# cp gridslice.so /Library/Python/2.7/site-packages/

Binary file not shown.

View file

@ -1,65 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<VisualStudioUserFile
ProjectType="Visual C++"
Version="9.00"
ShowAllFiles="true"
>
<Configurations>
<Configuration
Name="Debug|Win32"
>
<DebugSettings
Command="$(TargetPath)"
WorkingDirectory=""
CommandArguments=""
Attach="false"
DebuggerType="3"
Remote="1"
RemoteMachine="ISFL017138"
RemoteCommand=""
HttpUrl=""
PDBPath=""
SQLDebugging=""
Environment=""
EnvironmentMerge="true"
DebuggerFlavor=""
MPIRunCommand=""
MPIRunArguments=""
MPIRunWorkingDirectory=""
ApplicationCommand=""
ApplicationArguments=""
ShimCommand=""
MPIAcceptMode=""
MPIAcceptFilter=""
/>
</Configuration>
<Configuration
Name="Release|Win32"
>
<DebugSettings
Command="$(TargetPath)"
WorkingDirectory=""
CommandArguments=""
Attach="false"
DebuggerType="3"
Remote="1"
RemoteMachine="ISFL017138"
RemoteCommand=""
HttpUrl=""
PDBPath=""
SQLDebugging=""
Environment=""
EnvironmentMerge="true"
DebuggerFlavor=""
MPIRunCommand=""
MPIRunArguments=""
MPIRunWorkingDirectory=""
ApplicationCommand=""
ApplicationArguments=""
ShimCommand=""
MPIAcceptMode=""
MPIAcceptFilter=""
/>
</Configuration>
</Configurations>
</VisualStudioUserFile>

View file

@ -1,2 +0,0 @@
#!/bin/bash
gcc -ldl main.c -o runso

Binary file not shown.