py-pandas@0.24.2 %oneapi: add cflag=-Wno-error=implicit-function-declaration
This commit is contained in:
parent
11eaee088c
commit
c36e103a1d
@ -128,3 +128,9 @@ class PyPandas(PythonPackage):
|
||||
# https://pandas.pydata.org/pandas-docs/stable/getting_started/install.html#optional-dependencies
|
||||
|
||||
skip_modules = ["pandas.tests", "pandas.plotting._matplotlib", "pandas.core._numba.kernels"]
|
||||
|
||||
def flag_handler(self, name, flags):
|
||||
if name == "cflags":
|
||||
if self.spec.satisfies("@0.24.2 %oneapi"):
|
||||
flags.append("-Wno-error=implicit-function-declaration")
|
||||
return (flags, None, None)
|
||||
|
Loading…
Reference in New Issue
Block a user