mdolab / pyspline

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

Cmake build #42

Closed akleb closed 2 years ago

akleb commented 2 years ago

Purpose

Provide an example of a cmake configure/build with an mdolab repo

Expected time until merged

A long time

Type of change

Testing

Passing all the regression tests still and I made a new Ctest that runs the importTest.py.

Checklist

codecov[bot] commented 2 years ago

Codecov Report

Merging #42 (97657d2) into main (afb9ed0) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #42   +/-   ##
=======================================
  Coverage   60.51%   60.51%           
=======================================
  Files           5        5           
  Lines        1616     1616           
=======================================
  Hits          978      978           
  Misses        638      638           

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

akleb commented 2 years ago

The TACC image will continually fail since it does not have cmake >= 3.12

ewu63 commented 2 years ago

I'm going to close this PR but keep the branch open in case we want to get back to it.