Opened 2 hours ago
#71263 new defect
py-tables uses wrong flags with hdf5 module
Reported by: | barracuda156 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.10.4 |
Keywords: | Cc: | ||
Port: | py-tables |
Description
/opt/local/bin/gcc-mp-14 -bundle -undefined dynamic_lookup -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-read_only_relocs,suppress -Wl,-force_cpusubtype_ALL -arch ppc -arch ppc -isysroot/ build/temp.macosx-10.6-ppc-cpython-311/hdf5-blosc/src/blosc_filter.o build/temp.macosx-10.6-ppc-cpython-311/hdf5-blosc2/src/blosc2_filter.o build/temp.macosx-10.6-ppc-cpython-311/src/H5ARRAY-opt.o build/temp.macosx-10.6-ppc-cpython-311/src/H5ARRAY.o build/temp.macosx-10.6-ppc-cpython-311/src/H5ATTR.o build/temp.macosx-10.6-ppc-cpython-311/src/H5VLARRAY.o build/temp.macosx-10.6-ppc-cpython-311/src/typeconv.o build/temp.macosx-10.6-ppc-cpython-311/src/utils.o build/temp.macosx-10.6-ppc-cpython-311/tables/hdf5extension.o -L/sw/lib64 -L/usr/local/lib -L/opt/lib -L/opt/local/lib -L/usr/lib -L/sw/lib -L/opt/local/lib64 -L/usr/lib64 -L/usr/local/lib64 -L/opt/lib64 -L/lib64 -L/lib -lhdf5 -lblosc -lblosc2 -o build/lib.macosx-10.6-ppc-cpython-311/tables/hdf5extension.cpython-311-darwin.so ld: warning: directory '/sw/lib64' following -L not found ld: warning: directory '/opt/lib' following -L not found ld: warning: directory '/sw/lib' following -L not found ld: warning: directory '/opt/local/lib64' following -L not found ld: warning: directory '/usr/lib64' following -L not found ld: warning: directory '/usr/local/lib64' following -L not found ld: warning: directory '/opt/lib64' following -L not found ld: warning: directory '/lib64' following -L not found ld: warning: directory '/lib' following -L not found building 'tables.tableextension' extension
Note: See
TracTickets for help on using
tickets.