Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand C-interface to more classes #1

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open

Expand C-interface to more classes #1

wants to merge 16 commits into from

Conversation

hverhelst
Copy link
Member

ADD:

  • gsBoundaryConditions
  • gsFunctionExpr
  • gsNurbs
  • gsGeometry::degreeElevate
  • gsKnotVector several members
  • gsMultiBasis
  • gsSparseMatrix

@hverhelst
Copy link
Member Author

In this PR the ubuntu run fails becuase of some Fortran issues. This is the output:

/usr/bin/ld: optional/gsCInterface/CMakeFiles/gsCInterface.dir/src/Fgismo.F90.o: in function `__fgismo_MOD_f_gsmatrix_print':
/home/runner/work/gsCInterface/gsCInterface/gismo/optional/gsCInterface[Fgismo.F90:488](https://github.com/gismo/gismo/blob/20886849ffb7aa6784236405ee70506a593a5cc5/Fgismo.F90#L488): undefined reference to `_gfortran_st_write'
/usr/bin/ld: /home/runner/work/gsCInterface/gsCInterface/gismo/optional/gsCInterface[Fgismo.F90:488](https://github.com/gismo/gismo/blob/20886849ffb7aa6784236405ee70506a593a5cc5/Fgismo.F90#L488): undefined reference to `_gfortran_st_write_done'
/usr/bin/ld: optional/gsCInterface/CMakeFiles/gsCInterface.dir/src/Fgismo.F90.o: in function `__fgismo_MOD_f_gsvectorint_print':
/home/runner/work/gsCInterface/gsCInterface/gismo/optional/gsCInterface[Fgismo.F90:334](https://github.com/gismo/gismo/blob/20886849ffb7aa6784236405ee70506a593a5cc5/Fgismo.F90#L334): undefined reference to `_gfortran_st_write'
/usr/bin/ld: /home/runner/work/gsCInterface/gsCInterface/gismo/optional/gsCInterface[Fgismo.F90:334](https://github.com/gismo/gismo/blob/20886849ffb7aa6784236405ee70506a593a5cc5/Fgismo.F90#L334): undefined reference to `_gfortran_st_write_done'
/usr/bin/ld: optional/gsCInterface/CMakeFiles/gsCInterface.dir/src/Fgismo.F90.o: in function `__fgismo_MOD_f_gsvector_print':
/home/runner/work/gsCInterface/gsCInterface/gismo/optional/gsCInterface[Fgismo.F90:198](https://github.com/gismo/gismo/blob/20886849ffb7aa6784236405ee70506a593a5cc5/Fgismo.F90#L198): undefined reference to `_gfortran_st_write'
/usr/bin/ld: /home/runner/work/gsCInterface/gsCInterface/gismo/optional/gsCInterface[Fgismo.F90:198](https://github.com/gismo/gismo/blob/20886849ffb7aa6784236405ee70506a593a5cc5/Fgismo.F90#L198): undefined reference to `_gfortran_st_write_done'
collect2: error: ld returned 1 exit status

@eve70a @filiatra do you know an easy fix?

@hverhelst hverhelst added the enhancement New feature or request label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant