Skip to content

Commit

Permalink
remove the pthread per the fix scipy#17200 from Ralf Gommers
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinGZhang committed Oct 12, 2022
1 parent 2bd66eb commit 95ad344
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion meson.build
Expand Up @@ -51,7 +51,6 @@ if m_dep.found()
add_project_link_arguments('-lm', language : 'c')
endif
if host_machine.system() == 'os400'
add_global_arguments('-pthread', language : 'cpp')
add_global_arguments('-D__STDC_FORMAT_MACROS', language : 'cpp')
add_project_link_arguments('-Wl,-bnotextro', language : 'c')
add_project_link_arguments('-Wl,-bnotextro', language : 'cpp')
Expand Down

0 comments on commit 95ad344

Please sign in to comment.