Skip to content

Commit

Permalink
bug fix in interface recompilation: forcing of rebuilding the whole p…
Browse files Browse the repository at this point in the history
…ython interface was disabled

git-svn-id: https://ipvs.informatik.uni-stuttgart.de/SGpp/repos/trunk@4843 4eea3252-f0fb-4393-894d-40516dce545b
  • Loading branch information
Fabian Franzelin committed Aug 24, 2015
1 parent 68696f5 commit 9bea78b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pysgpp/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Import('libraryTargetList')
Import('installTargetList')

# as the dependency tracking for swig is buggy in scons, always trigger a "reswig" by removing the swig wrapper
if os.path.exists("pysgpp_swig_wrap.cc"):
os.remove("pysgpp_swig_wrap.cc")
if os.path.exists("pysgpp_wrap.cc"):
os.remove("pysgpp_wrap.cc")

py_env = env.Clone()

Expand Down

0 comments on commit 9bea78b

Please sign in to comment.