VMD-L Mailing List
From: Axel Kohlmeyer (akohlmey_at_gmail.com)
Date: Wed Dec 01 2021 - 22:22:57 CST
- Next message: John Stone: "Re: molfile plugin compilation for webassembly"
- Previous message: Axel Kohlmeyer: "Re: CIF file reader"
- In reply to: Kochnev, Iurii K: "molfile plugin compilation for webassembly"
- Next in thread: John Stone: "Re: molfile plugin compilation for webassembly"
- Reply: John Stone: "Re: molfile plugin compilation for webassembly"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
It is rather straightforward to compile individual plugins. Most are
self-contained and just a single source file (plus the two plugin headers)
or a single source plus one or a few included files. You can also configure
which plugins are compiled when you follow the plugin compilation
instructions. If you only want the PDB plugin, you can compile the static
version of the library and then just copy the object file.
On Wed, Dec 1, 2021 at 2:29 PM Kochnev, Iurii K <IKK6_at_pitt.edu> wrote:
> Hello.
> I am trying to port some project to webassembly to turn it into a web
> application. I am using emscripten tools [1] for the task. The only
> dependency of the project I am having troubles with is the VMD molfile
> plugin. I need to build it as a static library. Any advice on this?
> Specifically, is there a way of building some minimal version of it?
> Ideally, to only support PDB files. For example, I know it requires netCDF
> library to handle certain file formats. Is there a way of disabling, so
> that I won't have to compile it also to webassembly?
> Best regards,
> yuri
> References:
> 1.
> https://urldefense.com/v3/__https://emscripten.org/__;!!DZ3fjg!sD0Jd015pj5_YOcJlEBeihVhkNelWHcz9ONJ_C21LdbrFHpeZEsrNvCLL1ukvcffeA$
>
>
-- Dr. Axel Kohlmeyer akohlmey_at_gmail.com https://urldefense.com/v3/__http://goo.gl/1wk0__;!!DZ3fjg!qAuYX4z9inlSzz-gGA0cNKcEMnHxohJR-fdhxC-eEhMbr3rSxKr3JCy0PQG8Me8MKQ$ College of Science & Technology, Temple University, Philadelphia PA, USA International Centre for Theoretical Physics, Trieste. Italy.
- Next message: John Stone: "Re: molfile plugin compilation for webassembly"
- Previous message: Axel Kohlmeyer: "Re: CIF file reader"
- In reply to: Kochnev, Iurii K: "molfile plugin compilation for webassembly"
- Next in thread: John Stone: "Re: molfile plugin compilation for webassembly"
- Reply: John Stone: "Re: molfile plugin compilation for webassembly"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]