Mikael Öhman
Mikael Öhman
Sorry i was unclear, you don't need the -E dap4 thing thanks to the cmake configuration line that disables the exact tests instead. I'm just holding off merging this because...
I'm also seeing this with only google chrome under linux (chromium, firefox seem to work fine). I saw the new code uses a for loop for iterating over the segments;...
The reason I didn't get around to submitting a PR, is because I couldn't get the package working at all right now (due to #3 ), so I just tried...
Hi @hsimran13 This is the repository for the easyblocks, you are looking for easyconfigs, and you can find them here: https://github.com/easybuilders/easybuild-easyconfigs/blob/develop/easybuild/easyconfigs/m/MATLAB/MATLAB-2019b.eb MATLAB-2019b.eb is a good starting point, and basically doesn't...
Regarding the combinations of --without and --with, looks like, for whatever silly reason, they can't be used simultaneously :facepalm: . The only way I can interpret this is that `--with-XXX`...
> In any case, we indeed have to choose if we go the inclusive or the exclusive way. I think that going the exclusive way only using `--without` will be...
I got curious from the SO question. I've yet to find a single function that works for `Complex[Num}`, apart from `abs` ```julia @variables z::Complex[Num} abs(z) # :) exp(z) # :(...
@casparvl So heads up, someone else had submitted a HPX PR before me, but i was gonna request a whole bunch of changes to it, but since I already had...
I compared with RPM's and DEB packages. They do use the same subdirectory. I don't understand why, but i guess we should just add it to LD_LIBRARY_PATH? I don't know...
tests are taking an eternity. gotta try if they can run in parallel