prism icon indicating copy to clipboard operation
prism copied to clipboard

probabilistic logic programming language for statistical modeling

Results 5 prism issues
Sort by recently updated
recently updated
newest added

Hi, I've been trying to compile Prism on my mac M1 but there are many problems. I can run all test suite you need. Best, Djamé

https://pytorch.org/docs/stable/generated/torch.nn.utils.parametrizations.orthogonal.html geotorch might be useful https://github.com/Lezcano/geotorch

enhancement

ubuntuでprism_mp_linux.bin、macOSでprism_mp_darwin.binをビルドした後、mpprismを実行した時、ほぼ同様のテキストがターミナルに出力されるが、macOSでは加えて `*** Error: getline(): not interactive, use stdio.` というエラーが出力される。

``` [100%] Linking CXX executable prism_up_cygwin.exe /usr/lib/gcc/x86_64-pc-cygwin/7.4.0/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/prism_up_cygwin.dir/core/glue.c.o:glue.c:(.text+0x48): undefined reference to `insert_cpred' CMakeFiles/prism_up_cygwin.dir/core/glue.c.o:glue.c:(.text+0x48): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `insert_cpred' /usr/lib/gcc/x86_64-pc-cygwin/7.4.0/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/prism_up_cygwin.dir/core/glue.c.o:glue.c:(.text+0x60): undefined reference to `insert_cpred' CMakeFiles/prism_up_cygwin.dir/core/glue.c.o:glue.c:(.text+0x60): relocation...

1. /src/c/makefiles/Makefile_lapack.files の UP_OBJS と /src/c/up/Makefile_lapack.files の OBJS に差異が有る。 2. /src/c/up/Makefile_lapack.files の OBJS で、 /src/c/up 内に存在していないファイルが指定されている。(feature.$(O)) 3. /src/c/up/Makefile_lapack.files の OBJS で、ファイル名の誤字と思われるものが有る。(crfviterbi.$(O)) 4. /src/c/up/Makefile_lapack.files の OBJS で指定されているが、/src/c/up/Makefile_lapack.files の下端で make rule が指定されていないファイルが複数有る。