Skip to content

Commit

Permalink
add linux placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Jan 8, 2015
1 parent c5ec4ae commit 3e78f13
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,22 @@ def shlib_folder():
dylib_name_style = "{}.dll"
DEBUG = False
# raise Exception("TURN OFF multithreading in OpenBLAS")
else:
openblas = '', '', ''
local_swig_opts = []
local_libraries = []
local_library_dirs = []
local_includedirs = []
local_macros = [('I_AM_LINUX','1'), ('SQLITE_ENABLE_RTREE','1'), ]
local_extra_compile_args = []
local_apsw_compile_args = []
local_extra_link_args = []
local_data_files = []
local_sqlite_extra_postargs = []
dylib_name_style = "{}.so"
DEBUG = False




#lib_sqlite = ('elmsqlite', {'sources': ['sqlite/sqlite3.c']})
Expand Down

0 comments on commit 3e78f13

Please sign in to comment.