Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
raufs authored Aug 20, 2023
1 parent ba92a98 commit f87b42c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
try:
os.system("g++ -o skDERsum skDERsum.cpp")
os.system("g++ -o skDERcore skDERcore.cpp")
os.system("mv skDERsum $CONDA_PREFIX/bin/")
os.system("mv skDERcore $CONDA_PREFIX/bin/")
except:
print('C++ compilation failed')
print('C++ compilation or setup of executables failed')

0 comments on commit f87b42c

Please sign in to comment.