mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-10 23:18:51 -04:00
Also: - Create the sagemath-data-combinatorial_designs subpackage. - Create the sagemath-notebook-export subpackage. - Unbundle the LaTeX makecmds style. - Install LaTeX style files in a more canonical place.
14 lines
592 B
Diff
14 lines
592 B
Diff
diff -up src/sage/numerical/backends/coin_backend.pyx.orig src/sage/numerical/backends/coin_backend.pyx
|
|
--- src/sage/numerical/backends/coin_backend.pyx.orig 2018-05-16 13:40:23.571130540 -0600
|
|
+++ src/sage/numerical/backends/coin_backend.pyx 2018-05-16 13:41:06.750534427 -0600
|
|
@@ -762,8 +762,8 @@ cdef class CoinBackend(GenericBackend):
|
|
model.setLogLevel(old_logLevel)
|
|
|
|
# multithreading
|
|
- import multiprocessing
|
|
- model.setNumberThreads(ncpus())
|
|
+ #import multiprocessing
|
|
+ #model.setNumberThreads(ncpus())
|
|
|
|
model.branchAndBound()
|
|
|