bayesiancook / pbmpi

phylobayes mpi
GNU General Public License v2.0
23 stars 9 forks source link

Compilation problem #36

Closed RobertoDelAmparo closed 9 months ago

RobertoDelAmparo commented 10 months ago

Hi, I am trying to compile the latest version of the Phylobayes MPI program, and I am encountering the following error:

make: *** There is no rule to build the target 'PB.d', necessary for 'PB.o'. Stop.

How could I fix it? Thank you for your help

bayesiancook commented 10 months ago

Dear Roberto,

dead you try to clean first:

make clean

and then:

make

?

best,

Nicolas

Le 30 oct. 2023 à 11:34, Roberto Del Amparo Temporao @.***> a écrit :

Hi, I am trying to compile the latest version of the Phylobayes MPI program, and I am encountering the following error:

make: *** There is no rule to build the target 'PB.d', necessary for 'PB.o'. Stop.

How could I fix it? Thank you for your help

— Reply to this email directly, view it on GitHub https://github.com/bayesiancook/pbmpi/issues/36, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB6ARICM7SGXXHQO5YCSWTLYB57B7AVCNFSM6AAAAAA6VY6GWOVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE3DQMBSGI2DGMI. You are receiving this because you are subscribed to this thread.

bayesiancook commented 9 months ago

closed