xrootd / xrootd-python

Python bindings for XRootD are now part of the main repository.
https://github.com/xrootd/xrootd
6 stars 8 forks source link

C++11 flag in extra_compile_args #20

Closed guitargeek closed 5 years ago

guitargeek commented 5 years ago

Hi!

I had to set the -std=c++11 flag to compile with the most recent xrootd on a Scientific Linux 7 machine. Maybe it's good to have this upstream so other users can install with less effort?

Thanks and cheers! Jonas

simonmichal commented 5 years ago

Hi Jonas,

This repo has been deprecated and xrootd-python is now part of xrootd core, have a look at: https://github.com/xrootd/xrootd/tree/master/bindings/python

Cheers, Michal

guitargeek commented 5 years ago

Thanks a lot for your prompt answer! That is really good to know. Was it written somewhere that is was deprecated though? Just that others don't do the same mistake that I did.

simonmichal commented 5 years ago

Good point, I'll update the README so it's clear for everyone.