mdolab / pyspline

pySpline produces B-spline curves, surfaces, and volumes
Other
39 stars 26 forks source link

Change CC compiler to icc for Intel config #55

Closed eirikurj closed 1 year ago

eirikurj commented 1 year ago

Purpose

This PR updates the Intel default config to use the Intel compiler icc instead of gcc. The C flags are also updated to support numpy/f2py wrappers > 1.21.

Expected time until merged

Should be quick, once tests pass.

Type of change

Testing

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Merging #55 (225b4db) into main (8bb3877) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #55   +/-   ##
=======================================
  Coverage   52.53%   52.53%           
=======================================
  Files           5        5           
  Lines        1616     1616           
=======================================
  Hits          849      849           
  Misses        767      767           

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

eirikurj commented 1 year ago

Tests are failing due to black. PR #56 should be merged first.