hkaiser changed the topic of #ste||ar to: STE||AR: Systems Technology, Emergent Parallelism, and Algorithm Research | stellar.cct.lsu.edu | HPX: A cure for performance impaired parallel applications | github.com/STEllAR-GROUP/hpx | Buildbot: http://rostam.cct.lsu.edu/ | Log: http://irclog.cct.lsu.edu/
eschnett has joined #ste||ar
hkaiser has quit [Quit: bye]
K-ballo has quit [Quit: K-ballo]
mdiers_ has joined #ste||ar
<simbergm> K-ballo, diehlpk_work, I'll have a look
<simbergm> ah, GC related, not gsod
<simbergm> already taken care of
K-ballo has joined #ste||ar
eschnett has quit [Quit: eschnett]
hkaiser has joined #ste||ar
eschnett has joined #ste||ar
eschnett has quit [Quit: eschnett]
hkaiser has quit [Quit: bye]
eschnett has joined #ste||ar
aserio has joined #ste||ar
hkaiser has joined #ste||ar
rtohid has quit [Quit: Konversation terminated!]
rtohid has joined #ste||ar
auriane has joined #ste||ar
<K-ballo> follow up GC question on slack (hkaiser)
eschnett has quit [Quit: eschnett]
hkaiser has quit [Quit: bye]
eschnett has joined #ste||ar
eschnett has quit [Quit: eschnett]
hkaiser has joined #ste||ar
hkaiser has quit [Client Quit]
hkaiser has joined #ste||ar
jaafar has quit [Ping timeout: 252 seconds]
auriane has quit [Quit: WeeChat 1.9.1]
<diehlpk_work> simbergm, June 28, 2019 at 18:00 UTC is the deadline for GSoD
<diehlpk_work> Do we have any proposal to review yet?
aserio has quit [Ping timeout: 252 seconds]
aserio has joined #ste||ar
jaafar has joined #ste||ar
jaafar_ has joined #ste||ar
jaafar has quit [Ping timeout: 258 seconds]
jaafar has joined #ste||ar
jaafar_ has quit [Ping timeout: 248 seconds]
hkaiser has quit [Quit: bye]
aserio has quit [Ping timeout: 252 seconds]
nikunj has joined #ste||ar
aserio has joined #ste||ar
hkaiser has joined #ste||ar
Coldblackice has joined #ste||ar
<aserio> hkaiser: yt?
<hkaiser> here
<aserio> hkaiser: I am having trouble getting cmake to recognize the name of a target
<hkaiser> what target?
<aserio> hkaiser: examples
<hkaiser> is this a pseudo target?
<aserio> It might be :(
eschnett has joined #ste||ar
<aserio> I am trying to get the properties of the interpreter
<aserio> which is an example apparently?
<hkaiser> use get_target_property(target_file_name physl_exe OUTPUT_NAME)
<hkaiser> that will set the cmake variable target_file_name to whatever the name of the physl executable is
<aserio> Output name is just giving me the name and not the location
<aserio> Looking into other optoins...
eschnett has quit [Quit: eschnett]
<aserio> LIBRARY_OUTPUT_DIRECTORY
<aserio> ?
<aserio> hkaiser: name not found....
<hkaiser> aserio: what about the LOCATION property?
<K-ballo> what do you want the location for? there isn't a single one
<K-ballo> on multi-configuration builds (visual studio) there's one location per configuration
<hkaiser> can this be used with a generator expression?
<aserio> hkaiser: There is no property set if that is what you mean
<K-ballo> yes, this is what genex are for
<K-ballo> whether a genex can be used though depends on the context
<hkaiser> we need the generated output location for an executable
<K-ballo> $<TARGET_FILE:physl_exe> is the full path to the built exe
<K-ballo> ups, no semicolon in there
<K-ballo> I don't know how I managed to insert a semicolon in there...
<aserio> so $<TARGET_FILE:physl_exe> should expand to the full executable location
<K-ballo> no semicolon, but yeah
<K-ballo> in the right context
<K-ballo> in which context is this needed?
<aserio> wow.... I didn't put a semicolon either...
<aserio> $<>
<aserio> $<> s
<aserio> K-ballo: I am trying to expand the location of the built executable to place in a python file using configure file
<K-ballo> mmh, in a file? you'll need file(GENERATE for that :/
<K-ballo> as you would need a different file per configuration
<aserio> yea... I was hoping to get away with not being fancy
<aserio> this is the current state
<aserio> K-ballo: this is the line that matters
<aserio> what I have is strictly an improvement but hkaiser would like it to be a little more elegant
<K-ballo> how is generate_rst.py eventually used?
<aserio> I think it is used to generate the documentation
<aserio> so what we are doing is calling an interpreter we build ourselves
<K-ballo> uhm, this a tricky one..
<aserio> to do properly yes
<aserio> :p
<K-ballo> CMAKE_BUILD_TYPE is ignored (by cmake itself) in multi-configuration builds (visual studio)
<aserio> don't worry about it, I have to run now anyway
<aserio> I am certain that hkaiser can think of something in my absence :p
<aserio> Thanks for the tip though!
aserio has quit [Quit: aserio]
eschnett has joined #ste||ar
nikunj has quit [Remote host closed the connection]
jbjnr__ has joined #ste||ar
jbjnr_ has quit [Ping timeout: 252 seconds]
jaafar_ has joined #ste||ar
jaafar has quit [Ping timeout: 248 seconds]
jaafar_ has quit [Ping timeout: 268 seconds]
Coldblackice has quit [Ping timeout: 246 seconds]