Package Details: clion-eap-cmake 252.23892.298-1

Git Clone URL: https://aur.archlinux.org/clion-eap.git (read-only, click to copy)
Package Base: clion-eap
Description: JetBrains packaged CMake tools for CLion EAP
Upstream URL: http://www.jetbrains.com/clion
Keywords: C C++ IDE JetBrains
Licenses: custom
Submitter: rdoursenaud
Maintainer: Zrax
Last Packager: Zrax
Votes: 60
Popularity: 0.000225
First Submitted: 2014-09-08 12:11 (UTC)
Last Updated: 2025-07-24 23:22 (UTC)

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

Ashark commented on 2025-07-16 15:56 (UTC)

Thank you!

Zrax commented on 2025-07-16 15:43 (UTC)

Yes, perhaps I was too quick to react. I've reverted the change in the latest version, and added a note on the java-runtime dependency to link to the JetBrains documentation on using an external JRE.

Ashark commented on 2025-07-11 15:33 (UTC)

In the PKGBUILD after moving jre into main package I see:

# Too many users are getting confused by this...
_external_jre=0

Hmm... Who was confused? From my perspective, this change creates confusion. Previously, you had several clear packages, and could install what you want. And this logic is still kept for other components (bundled gdb, bundled cmake, etc.)

But now... You integrated jre. And to unintegrate, you need to edit PKGBUILD. And the file clion-eap.install is not "universal" now (included depending on the value of _external_jre) which may confuse.

Really strange decision.

Zrax commented on 2024-05-31 16:49 (UTC)

Looks like that's a new feature in this version... I'll fix it to use the new launcher.

Ashark commented on 2024-05-31 13:26 (UTC)

When launching, I see notification:

The IDE seems to be launched with a script launcher ('bin/clion.sh'). Please consider switching to a native launcher ('bin/clion') for better experience.

https://youtrack.jetbrains.com/articles/SUPPORT-A-56/Switch-to-a-native-launcher-notification

Is that expected?

MarsSeed commented on 2023-08-16 18:24 (UTC)

Thank you for the quick response. Appreciated!

MarsSeed commented on 2023-08-16 11:11 (UTC)

Hi,

Please kindly remove biicode from optdepends.

It has been discontinued since 2015, and doesn't work, as it is badly packaged - several of its Python2 deps are not declared.

And if someone installs the required packages, biicode just makes a web call to a nonexistent Heroku PaaS container:

https://biiserverproduction.herokuapp.com/

And then it does not do anything: all it responds every time is:

ERROR: None or bad command. Type "bii --help" for available commands

Ultimately, biicode is dead without its online repository / metadata server. Basically it is like the online functionality of pip without PyPI.org, or pacman -S without any existing repos configured.