py-numpy: Correct typos in comment (#3462)
This commit is contained in:
parent
19a90ccc19
commit
d6a7000aee
@ -96,11 +96,11 @@ def patch(self):
|
|||||||
# FIXME: as of @1.11.2, numpy does not work with separately
|
# FIXME: as of @1.11.2, numpy does not work with separately
|
||||||
# specified threading and interface layers. A workaround is
|
# specified threading and interface layers. A workaround is
|
||||||
# a terribly bad idea to use mkl_rt. In this case Spack
|
# a terribly bad idea to use mkl_rt. In this case Spack
|
||||||
# won't no longer be able to guarantee that one and the
|
# will no longer be able to guarantee that one and the
|
||||||
# same variant of Blas/Lapack (32/64bit, threaded/serial)
|
# same variant of Blas/Lapack (32/64bit, threaded/serial)
|
||||||
# is used within the DAG. This may lead to a lot of
|
# is used within the DAG. This may lead to a lot of
|
||||||
# hard-to-debug segmentation faults on user's side. Users
|
# hard-to-debug segmentation faults on user's side. Users
|
||||||
# may also break working installation by (unconciously)
|
# may also break working installation by (unconsciously)
|
||||||
# setting environment variable to switch between different
|
# setting environment variable to switch between different
|
||||||
# interface and threading layers dynamically. From this
|
# interface and threading layers dynamically. From this
|
||||||
# perspective it is no different from throwing away RPATH's
|
# perspective it is no different from throwing away RPATH's
|
||||||
|
Loading…
Reference in New Issue
Block a user