nrn
nrn copied to clipboard
compile rxd extensions with MinGW
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
make -j 2
fails, looks like a race condition somewhere.
✔️ 040f47fac1c6417de893fc1ea1c45746c63341de -> Azure artifacts URL
Logfiles from GitLab pipeline #83065 (:white_check_mark:) have been uploaded here!
Status and direct links:
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).
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 ..
Just for reference, the need to use Visual-C had sprung from an issue with Python3.5
Logfiles from GitLab pipeline #95718 (:white_check_mark:) have been uploaded here!
Status and direct links:
- :white_check_mark: mac_m1_cmake_build: [cmake, ON, OFF, OFF, address]
- :white_check_mark: spack_setup
- :white_check_mark: build:nmodl
- :white_check_mark: build:neuron:mod2c:intel:shared:debug
- :white_check_mark: build:neuron:nmodl:intel:debug:legacy
- :white_check_mark: build:neuron:nmodl:intel:shared:debug
- :white_check_mark: build:neuron:mod2c:nvhpc:acc:shared
- :white_check_mark: build:neuron:nmodl:nvhpc:acc:debug:legacy
- :white_check_mark: build:neuron:nmodl:nvhpc:acc:shared
- :white_check_mark: build:neuron:nmodl:nvhpc:omp:legacy:debug
- :white_check_mark: build:neuron:nmodl:nvhpc:omp:debug
- :white_check_mark: test:neuron:mod2c:intel:shared:debug
- :white_check_mark: test:neuron:nmodl:intel:debug:legacy
- :white_check_mark: test:neuron:nmodl:intel:shared:debug
- :white_check_mark: test:neuron:mod2c:nvhpc:acc:shared
- :white_check_mark: test:neuron:nmodl:nvhpc:acc:debug:legacy
- :white_check_mark: test:neuron:nmodl:nvhpc:acc:shared
- :white_check_mark: test:neuron:nmodl:nvhpc:omp:legacy
- :white_check_mark: test:neuron:nmodl:nvhpc:omp:debug
superseded by #2235