diff options
Diffstat (limited to 'math/asymptote/files/pkg-message.in')
-rw-r--r-- | math/asymptote/files/pkg-message.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/math/asymptote/files/pkg-message.in b/math/asymptote/files/pkg-message.in index 8ca839a27474..f62154cd47cd 100644 --- a/math/asymptote/files/pkg-message.in +++ b/math/asymptote/files/pkg-message.in @@ -1,4 +1,6 @@ - +[ +{ type: install + message: <<EOM Asymptote with enabled hardware acceleration produces incorrect rendered figures in 3D. It is proven that asy has problems with the xf86-video-intel driver. @@ -7,3 +9,6 @@ To successfully process 3D figures or examples, it is necessary to always use software rendering. % env LIBGL_ALWAYS_SOFTWARE=1 asy sample.asy +EOM +} +] |