Skip to content

Commit

Permalink
Add beam_quadrature.hpp to cmakelists file + bunch of temporary chang…
Browse files Browse the repository at this point in the history
…es to workflow files to check the fix works
  • Loading branch information
faisal-bhuiyan committed Feb 13, 2025
1 parent 600152a commit 92cb1f7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/correctness-linux.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: OpenTurbine-CI

on: push
#on: push
on:
push:
branches: [main]

jobs:
Correctness-Linux:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/correctness-macos.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: OpenTurbine-CI

on: push
#on: push
on:
push:
branches: [main]

jobs:
Correctness-MacOS:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/install-spack.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: OpenTurbine-Install

on:
push:
branches:
- main
on: push
#on:
# push:
# branches: [main]

jobs:
Correctness-Linux:
Expand All @@ -22,7 +22,7 @@ jobs:
spack env activate .
spack add openturbine ^trilinos~epetra~mpi
spack install
spack develop openturbine@main
spack develop openturbine@fix-oturb-install-workflow-error
spack concretize -f
spack install
cd openturbine/tests/documentation_tests/floating_platform
Expand Down
1 change: 1 addition & 0 deletions src/elements/beams/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ target_sources(openturbine_library PRIVATE)

install(FILES
beam_element.hpp
beam_quadrature.hpp
beam_section.hpp
beams.hpp
beams_input.hpp
Expand Down

0 comments on commit 92cb1f7

Please sign in to comment.