nrn icon indicating copy to clipboard operation
nrn copied to clipboard

compile rxd extensions with MinGW

Open alexsavulescu opened this issue 3 years ago • 3 comments

alexsavulescu avatar Jun 15 '21 13:06 alexsavulescu

Codecov Report

Merging #1339 (8955a77) into master (96f4872) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1339   +/-   ##
=======================================
  Coverage   50.02%   50.02%           
=======================================
  Files         615      615           
  Lines      123838   123838           
=======================================
  Hits        61944    61944           
  Misses      61894    61894           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov-commenter avatar Jun 15 '21 14:06 codecov-commenter

make -j 2 fails, looks like a race condition somewhere.

alexsavulescu avatar Jun 15 '21 20:06 alexsavulescu

✔️ 040f47fac1c6417de893fc1ea1c45746c63341de -> Azure artifacts URL

azure-pipelines[bot] avatar Jun 26 '22 14:06 azure-pipelines[bot]

mingw_files/vcenv.sh

Just for reference: https://github.com/neuronsimulator/nrn/issues/319 has discussion about the need of visual c. I remember some Microsoft docs and IIRC, building python extensions required Visual C (i.e. it was not possible with mingw).

pramodk avatar Nov 07 '22 21:11 pramodk

mingw_files/vcenv.sh

Just for reference: #319 has discussion about the need of visual c. I remember some Microsoft docs and IIRC, building python extensions required Visual C (i.e. it was not possible with mingw).

that's strange I remember having a discussion with @nrnhines about it and I was under the impression we had no dependency on visual-c. note that make -j 1 works ..

alexsavulescu avatar Nov 07 '22 23:11 alexsavulescu

Just for reference, the need to use Visual-C had sprung from an issue with Python3.5

alexsavulescu avatar Nov 08 '22 10:11 alexsavulescu

superseded by #2235

alexsavulescu avatar Feb 15 '23 15:02 alexsavulescu