eccomi di nuovo per Openbabel -> Бесконечная история (фильм)/La storia infinita (film)

Tre (3) errori.
******************************************************************
1) nel file spec trovo questa riga:
Код: Выделить всё
%ifarch %{e2k}
LDFLAGS='%{ldflags} -ltirpc'
%endif
Se invece sostuisco con queste righe compila senza alcun problema.
Код: Выделить всё
%ifarch x86_64 i686
LDFLAGS='%{ldflags} -ltirpc'
%endif
2) Durante la procedura di cmake ho il non riconoscimento di Maeparser e Coordgen anche se sono installati:
Ho rimosso queste due righe dal file spec e la procedura di CMake ora riconosce le installate librerie Maeparser e Coordgen.

Код: Выделить всё
-DWITH_MAEPARSER:BOOL=OFF \
-DWITH_COORDGEN:BOOL=OFF \
3) Con la precedente versione 3.1.1-6 provando ad elencare i formati supportati veniva restituito l'errore:
Per questo problema ho applicato questa patch al file spec.
https://bugzilla.redhat.com/show_bug.cgi?id=2112710
https://bugzilla.redhat.com/show_bug.cgi?id=2087071
Alla fine di tutti questi cambi il programma elenca i formati e funziona regolarmente esattamente come nei seguenti video:
https://rutube.ru/video/a9aeb68ba9eb827 ... 68b31204d/
https://rutube.ru/video/072814167bb7e06 ... 3f79d0586/
https://rutube.ru/video/fd1d589693b87da ... 4488f63c2/
Formati dei composti, ad esempio da PubChem: https://pubchem.ncbi.nlm.nih.gov
#############################################################
Hi, me again for openbabel

3 errors
******************************************************************
1) From this code in spec's file:
Код: Выделить всё
%ifarch %{e2k}
LDFLAGS='%{ldflags} -ltirpc'
%endif
But if I change with this code no problem at all
Код: Выделить всё
%ifarch x86_64 i686
LDFLAGS='%{ldflags} -ltirpc'
%endif
2) In cmake procedure with Maeparser and Coordgen devel packages installed I have:
But if I remove this 2 lines of code from spec's file, installed devel packages Maeparser and Coordgen will be supported:
Код: Выделить всё
-DWITH_MAEPARSER:BOOL=OFF \
-DWITH_COORDGEN:BOOL=OFF \
3) With previous version 3.1.1-6 if I try to list supported format I have this error
For this purpose I applied this patch to spec's file
https://bugzilla.redhat.com/show_bug.cgi?id=2112710
https://bugzilla.redhat.com/show_bug.cgi?id=2087071
And now works very well, like this tutorial
https://rutube.ru/video/a9aeb68ba9eb827 ... 68b31204d/
https://rutube.ru/video/072814167bb7e06 ... 3f79d0586/
https://rutube.ru/video/fd1d589693b87da ... 4488f63c2/
Compund format file, e.g. from PubChem: https://pubchem.ncbi.nlm.nih.gov