Skip to content

Commit

Permalink
MUSIC + MPI multiple includes fix from #2209
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsavulescu committed Feb 8, 2023
1 parent 51b9d06 commit 07f38a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neuronmusic/setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import os
os.environ["CC"]=mpicc_bin
os.environ["CXX"]=mpicxx_bin

include_dirs = ['@MUSIC_INCDIR@', '@MPI_INCLUDE_PATH@', nrn_srcdir+'/src/neuronmusic', nrn_srcdir + '/src/nrnpython', '.']
include_dirs = ['@MUSIC_INCDIR@', nrn_srcdir+'/src/neuronmusic', nrn_srcdir + '/src/nrnpython', '.'] + '@MPI_INCLUDE_PATH@'.split(';')
libdirs = ['@MUSIC_LIBDIR@', @NRN_LIBDIR@]


Expand Down

0 comments on commit 07f38a4

Please sign in to comment.