Skip to content

Commit

Permalink
Merge pull request #319 from sourceryinstitute/issue-318
Browse files Browse the repository at this point in the history
Fix bad arg order in CMake command

 Fixes #318
  • Loading branch information
zbeekman committed Jan 25, 2017
2 parents 4a74633 + 1776e85 commit 1b0627a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions .pullapprove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,20 @@ groups:
- master
- devel
- caffeinate-opencoarrays
files:
exclude:
- "*.md"
users:
- afanfa
- rouson
- zbeekman
teams:
- team-opencoarrays
# https://github.com/orgs/sourceryinstitute/teams/team-opencoarrays
OpenCoarrays:
# Whenever someone has a PR, on any branch require at least 1
# collaborator to explicitly review it
required: 1
users: all
conditions:
branches:
exclude:
- master
- devel
- caffeinate-opencoarrays
ConfigManagers:
required: 1
conditions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ if ( ("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "x86_64") AND ("${CMAKE_SYSTEM_NAME}"
set(fft_library ${CMAKE_CURRENT_SOURCE_DIR}/libfft_avx.a )
endif()
add_executable( coarray_navier_stokes
EXCLUDE_FROM_ALL
coarray-shear_coll.F90
${walltime_o}
EXCLUDE_FROM_ALL
)
target_link_libraries(coarray_navier_stokes OpenCoarrays ${fft_library})
endif()
Expand Down

0 comments on commit 1b0627a

Please sign in to comment.