![]() |
|
|
#45 | |
|
"Ben"
Feb 2007
351310 Posts |
Quote:
|
|
|
|
|
|
|
#46 |
|
I moo ablest echo power!
May 2013
176910 Posts |
|
|
|
|
|
|
#47 |
|
"Ed Hall"
Dec 2009
Adirondack Mtns
11×347 Posts |
|
|
|
|
|
|
#48 |
|
I moo ablest echo power!
May 2013
33518 Posts |
|
|
|
|
|
|
#49 |
|
Aug 2020
3·5·19 Posts |
I installed yafu from sourceforge using EdH how-to. Could someone explain how I transition to the github version? gmp-ecm and ggnfs are build and working, so it's just downloading and building the github version. If possible step-by-step. Thanks.
Last fiddled with by bur on 2021-04-24 at 06:26 |
|
|
|
|
|
#50 | |
|
"Oliver"
Sep 2017
Porta Westfalica, DE
10000110112 Posts |
Quote:
Meanwhile, your "non-special" Windows binary is running fine.
|
|
|
|
|
|
|
#51 |
|
Aug 2020
1000111012 Posts |
I cloned the files with git clone, but make quits with an error regarding a missing .h file and msieve. I think I need to edit Makefile to include the proper location for msieve?
Since there are various lines where it is mentioned, I don't know which of them to edit. This is for linux/ubuntu. Last fiddled with by bur on 2021-04-28 at 09:43 |
|
|
|
|
|
#52 | |
|
"Ben"
Feb 2007
DB916 Posts |
Quote:
|
|
|
|
|
|
|
#53 |
|
"Oliver"
Sep 2017
Porta Westfalica, DE
72·11 Posts |
The AVX-less version works, so I'll post both outputs (yafu (precompiled Windows version without AVX) and y-cruncher feature detector) later, when I have access to the machine.
|
|
|
|
|
|
#54 | |
|
"Ben"
Feb 2007
3·1,171 Posts |
Quote:
Code:
-I../../msieve/zlib Code:
ifeq ($(NFS),1)
CFLAGS += -DUSE_NFS
# modify the following line for your particular msieve installation
ifeq ($(COMPILER),icc)
LIBS += -L../../msieve/lib/linux
else
ifeq ($(COMPILER),icc)
LIBS += -L../../msieve/lib/wsl/
else
ifeq ($(MINGW),1)
LIBS += -L../../msieve/lib/mingw/
else
LIBS += -L../../msieve/lib/linux/
endif
endif
endif
LIBS += -lmsieve
endif
If you don't need that complexity you can replace it all with something like this: ifeq ($(NFS),1) CFLAGS += -DUSE_NFS LIBS += -L../relative/path/to/libmsieve.a endif |
|
|
|
|
|
|
#55 |
|
Aug 2020
3·5·19 Posts |
Ok, thank, I'll try that.
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| yafu ignoring yafu.ini | chris2be8 | YAFU | 6 | 2019-10-17 16:22 |
| Running YAFU via Aliqueit doesn't find yafu.ini | EdH | YAFU | 8 | 2018-03-14 17:22 |
| YAFU-1.34 | bsquared | YAFU | 119 | 2015-11-05 16:24 |
| Yafu bug. | storflyt32 | YAFU | 2 | 2015-06-29 05:19 |
| yafu 1.32 | bsquared | YAFU | 28 | 2012-07-20 16:17 |