Rowan Biessel

Results 6 comments of Rowan Biessel

Hi, @hfattahi / @piyushrpt, I spent some more time trying to get around this issue and I was wondering if either of you had any insight? I'm also hoping to...

> new macs are a little weird. gcc is pretty much unusable. Use clang. > `CC=clang CXX=clang++ cmake -DCMAKE_INSTALL_PREFIX={installdir} {srcdir}` I've been using clang to build FRInGE from the start...

Building with clang 10 (the mp part seemed necessary, otherwise cmake couldn't find OpenMP) ``` rbiessel$ CXX=clang++-mp-10 CC=clang-mp-10 cmake -DCMAKE_FIND_FRAMEWORK=NEVER -DCMAKE_INSTALL_PREFIX=../install ../src/fringe ``` ``` Python 3.7.8 | packaged by conda-forge...

I was reading this kind of error could be caused by packages compiled with conflicting libraries? Might it be because it's finding packages outside of the conda environment? ``` (fringe)...

Actually, I got `nmaplib.py` (and other modules) to import succesfully using python3.9 (instead of the conda enviromnent's python3.7)! I will now see if I can use the workflow and if...

This also fixed the problems I was having. Thank you!