FreeBSD Bugzilla – Attachment 210340 Details for
Bug 242995
[patch] cad/calculix-ccx: Enable multithreading with spooles
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to enable multithreading in ccx when using spooles.
use_mt.patch (text/plain), 715 bytes, created by
rsmith
on 2019-12-30 22:04:33 UTC
(
hide
)
Description:
Patch to enable multithreading in ccx when using spooles.
Filename:
MIME Type:
Creator:
rsmith
Created:
2019-12-30 22:04:33 UTC
Size:
715 bytes
patch
obsolete
>diff -ruN orig-calculix-ccx/files/patch-Makefile calculix-ccx/files/patch-Makefile >--- orig-calculix-ccx/files/patch-Makefile 2019-12-30 15:54:31.823931000 +0100 >+++ calculix-ccx/files/patch-Makefile 2019-12-30 16:24:34.384489000 +0100 >@@ -4,7 +4,7 @@ > > -CFLAGS = -Wall -O2 -I ../../../SPOOLES.2.2 -DARCH="Linux" -DSPOOLES -DARPACK -DMATRIXSTORAGE -DNETWORKOUT > -FFLAGS = -Wall -O2 >-+CFLAGS += -O2 -I%%LOCALBASE%%/include -I%%LOCALBASE%%/include/spooles -DARCH="FreeBSD" -DSPOOLES -DARPACK -DMATRIXSTORAGE -DNETWORKOUT -DTAUCS >++CFLAGS += -O2 -I%%LOCALBASE%%/include -I%%LOCALBASE%%/include/spooles -DARCH="FreeBSD" -DSPOOLES -DARPACK -DMATRIXSTORAGE -DNETWORKOUT -DTAUCS -DUSE_MT=1 > +FFLAGS += -O2 > > -CC=cc
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 242995
:
210340
|
210344
|
210358
|
210451